Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-03-01 12:09:31 +0300
committerGitHub <noreply@github.com>2021-03-01 12:09:31 +0300
commit3553284bea7b650874c8dcc3f78d6be085a047bb (patch)
tree3a51d690837053601308fc58e2e352a2d635fb63 /src/coreclr/crossgen-corelib.cmd
parent79ae74f5ca5c8a6fe3a48935e85bd7374959c570 (diff)
Rename mention to master branch to main (#48824)
Diffstat (limited to 'src/coreclr/crossgen-corelib.cmd')
-rw-r--r--src/coreclr/crossgen-corelib.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/crossgen-corelib.cmd b/src/coreclr/crossgen-corelib.cmd
index 14a018ae88a..882404d697a 100644
--- a/src/coreclr/crossgen-corelib.cmd
+++ b/src/coreclr/crossgen-corelib.cmd
@@ -261,7 +261,7 @@ exit /b !__exitCode!
:NoDIA
echo Error: DIA SDK is missing at "%VSINSTALLDIR%DIA SDK". ^
Did you install all the requirements for building on Windows, including the "Desktop Development with C++" workload? ^
-Please see https://github.com/dotnet/runtime/blob/master/docs/workflow/requirements/windows-requirements.md ^
+Please see https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/windows-requirements.md ^
Another possibility is that you have a parallel installation of Visual Studio and the DIA SDK is there. In this case it ^
may help to copy its "DIA SDK" folder into "%VSINSTALLDIR%" manually, then try again.
exit /b 1