Skip to content

Commit fc78d3d

Browse files
dimhotepusrvagg
authored andcommitted
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 efd6f68 commit fc78d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if defined msi (
148148
if not exist "%WIX%\SDK\VS2013" (
149149
echo Failed to find WiX install for Visual Studio 2013
150150
echo VS2013 support for WiX is only present starting at version 3.8
151-
goto vc-set-2012
151+
goto wix-not-found
152152
)
153153
)
154154
if "%VCVARS_VER%" NEQ "120" (

0 commit comments

Comments
 (0)