File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 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
6262if /i " %1 " == " msi" set msi = 1& set licensertf=1& goto arg-ok
6363if /i " %1 " == " upload" set upload = 1& goto arg-ok
6464if /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
6566
6667echo Warning: ignoring invalid command line option `%1 `.
6768
@@ -223,6 +224,7 @@ echo vcbuild.bat : builds release build
223224echo vcbuild.bat debug : builds debug build
224225echo vcbuild.bat release msi : builds release build and MSI installer package
225226echo vcbuild.bat test : builds debug build and runs tests
227+ echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org
226228goto exit
227229
228230:exit
You can’t perform that action at this time.
0 commit comments