We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561919a commit 39e2207Copy full SHA for 39e2207
vcbuild.bat
@@ -122,13 +122,13 @@ goto exit
122
if defined noprojgen goto msbuild
123
124
@rem Generate the VS project.
125
-python configure %download_arg% %i18n_arg% %debug_arg% %nosnapshot_arg% %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
+python configure %download_arg% %i18n_arg% %debug_arg% %snapshot_arg% %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
126
if errorlevel 1 goto create-msvs-files-failed
127
if not exist node.sln goto create-msvs-files-failed
128
echo Project files generated.
129
130
:msbuild
131
-@rem Skip project generation if requested.
+@rem Skip build if requested.
132
if defined nobuild goto sign
133
134
@rem Build the sln with msbuild.
0 commit comments