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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaruch Odem <baruchiro@gmail.com>2020-11-08 14:23:04 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-20 16:11:21 +0300
commit80a83d9e244a9c129e2e6ae941e41f83dde84edb (patch)
tree5d601b76d85482071b00354c45e759ec78a89df7 /vcbuild.bat
parent631219339171a93c631d5bd0d1a53349b3f4b6f4 (diff)
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>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 179da60d264..777842de209 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -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 (