Porting @svick's fix to change a hard-coded URL to a redirect link.
This commit is contained in:
parent
c39fbd37d3
commit
4293d05571
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace Microsoft.DotNet.Tools.Build
|
|||
log.Append(
|
||||
"Incremental compilation will be automatically enabled if the above mentioned project properties are not used. " +
|
||||
"For more information on the properties and how to address them, please consult:\n" +
|
||||
@"https://github.com/dotnet/cli/blob/master/Documentation/addressing-incremental-compilation-warnings.md");
|
||||
@"https://aka.ms/dotnet-build");
|
||||
|
||||
log.AppendLine();
|
||||
log.AppendLine();
|
||||
|
|
Loading…
Reference in a new issue