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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-13 22:47:35 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-13 22:47:35 +0300
commita5cc4cd9ec6a595231c7aeb84a8166c736b867e3 (patch)
tree58bd56809d7894ede1bf72f6c3248c8933147d3a /msvc/scripts
parent8bd438f318b6bafdd610ca94760c7f70097b6a31 (diff)
Write version.h for netcore and allow preview VS for msvc builds
Diffstat (limited to 'msvc/scripts')
-rw-r--r--msvc/scripts/tests/clang-vs2019-toolchain.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/tests/clang-vs2019-toolchain.bat b/msvc/scripts/tests/clang-vs2019-toolchain.bat
index 5376d000a2c..b4c4c1f0a87 100644
--- a/msvc/scripts/tests/clang-vs2019-toolchain.bat
+++ b/msvc/scripts/tests/clang-vs2019-toolchain.bat
@@ -48,7 +48,7 @@ SET VSWHERE_TOOLS_BIN=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswh
ECHO Make sure to run this from a "x64 Native Tools Command Prompt for VS2019" command prompt.
IF EXIST "%VSWHERE_TOOLS_BIN%" (
- FOR /F "tokens=*" %%a IN ('"%VSWHERE_TOOLS_BIN%" -version [16.0^,17.0] -property installationPath') DO (
+ FOR /F "tokens=*" %%a IN ('"%VSWHERE_TOOLS_BIN%" -version [16.0^,17.0] -prerelease -property installationPath') DO (
ECHO Setup a "x64 Native Tools Command Prompt for VS2019 command prompt by using "%%a\VC\Auxiliary\Build\vcvars64.bat".
)
)