We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e387fb commit 6168fe6Copy full SHA for 6168fe6
1 file changed
vcbuild.bat
@@ -62,6 +62,7 @@ if /i "%1"=="test" set test=test&goto arg-ok
62
if /i "%1"=="msi" set msi=1&set licensertf=1&goto arg-ok
63
if /i "%1"=="upload" set upload=1&goto arg-ok
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
66
67
echo Warning: ignoring invalid command line option `%1`.
68
@@ -223,6 +224,7 @@ echo vcbuild.bat : builds release build
223
224
echo vcbuild.bat debug : builds debug build
225
echo vcbuild.bat release msi : builds release build and MSI installer package
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
228
goto exit
229
230
:exit
0 commit comments