mirror of https://github.com/nodejs/node.git
win,build,tools: support VS prerelease
PR-URL: https://github.com/nodejs/node/pull/36033 Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/36153/merge
parent
6312193391
commit
80a83d9e24
|
@ -5,7 +5,7 @@
|
|||
|
||||
@if not defined DEBUG_HELPER @ECHO OFF
|
||||
setlocal
|
||||
if "%~1"=="prerelease" set VSWHERE_WITH_PRERELEASE=1
|
||||
if "%~2"=="prerelease" set VSWHERE_WITH_PRERELEASE=1
|
||||
set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
|
||||
if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
|
||||
if not exist "%InstallerPath%" goto :no-vswhere
|
||||
|
|
|
@ -250,7 +250,7 @@ echo Looking for Visual Studio 2019
|
|||
@rem cleared first as vswhere_usability_wrapper.cmd doesn't when it fails to
|
||||
@rem detect the version searched for
|
||||
if not defined target_env set "VCINSTALLDIR="
|
||||
call tools\msvs\vswhere_usability_wrapper.cmd "[16.0,17.0)"
|
||||
call tools\msvs\vswhere_usability_wrapper.cmd "[16.0,17.0)" "prerelease"
|
||||
if "_%VCINSTALLDIR%_" == "__" goto msbuild-not-found
|
||||
set "WIXSDKDIR=%WIX%\SDK\VS2017"
|
||||
if defined msi (
|
||||
|
|
Loading…
Reference in New Issue