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/native
parent79ae74f5ca5c8a6fe3a48935e85bd7374959c570 (diff)
Rename mention to master branch to main (#48824)
Diffstat (limited to 'src/native')
-rw-r--r--src/native/corehost/build.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native/corehost/build.cmd b/src/native/corehost/build.cmd
index 0c3207f6bb4..f166cb7acc9 100644
--- a/src/native/corehost/build.cmd
+++ b/src/native/corehost/build.cmd
@@ -76,7 +76,7 @@ if "%VisualStudioVersion%"=="16.0" (
:MissingVersion
:: Can't find required VS install
echo Error: Visual Studio 2019 required
-echo Please see https://github.com/dotnet/runtime/blob/master/docs/workflow/requirements/windows-requirements.md for build requirements.
+echo Please see https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/windows-requirements.md for build requirements.
exit /b 1
:VS2019
@@ -129,7 +129,7 @@ if not exist "%__IntermediatesDir%" md "%__IntermediatesDir%"
if exist "%VSINSTALLDIR%DIA SDK" goto FindCMake
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