Skip to content

Commit 46a5d51

Browse files
dimhotepusMyles Borins
authored and
Myles Borins
committed
build: skip msi build if WiX is not found
If none of VS2013/VS2015 WiX installs are found on a builder machine, skip node build and notify user about. PR-URL: #5220 Reviewed-By: João Reis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent b1d580c commit 46a5d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if defined msi (
145145
if not exist "%WIX%\SDK\VS2013" (
146146
echo Failed to find WiX install for Visual Studio 2013
147147
echo VS2013 support for WiX is only present starting at version 3.8
148-
goto vc-set-2012
148+
goto wix-not-found
149149
)
150150
)
151151
if "%VCVARS_VER%" NEQ "120" (

0 commit comments

Comments
 (0)