File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ if /i "%1"=="test" set test=test&goto arg-ok
62
62
if /i " %1 " == " msi" set msi = 1& set licensertf=1& goto arg-ok
63
63
if /i " %1 " == " upload" set upload = 1& goto arg-ok
64
64
if /i " %1 " == " jslint" set jslint = 1& goto arg-ok
65
+ if /i " %1 " == " build-release" set nosnapshot = 1& set config=Release& set msi=1& set licensertf=1& goto arg-ok
65
66
66
67
echo Warning: ignoring invalid command line option `%1 `.
67
68
@@ -223,6 +224,7 @@ echo vcbuild.bat : builds release build
223
224
echo vcbuild.bat debug : builds debug build
224
225
echo vcbuild.bat release msi : builds release build and MSI installer package
225
226
echo vcbuild.bat test : builds debug build and runs tests
227
+ echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org
226
228
goto exit
227
229
228
230
:exit
You can’t perform that action at this time.
0 commit comments