File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ goto exit
122
122
if defined noprojgen goto msbuild
123
123
124
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%
125
+ python configure %download_arg% %i18n_arg% %debug_arg% %snapshot_arg % %noetw_arg% %noperfctr_arg% --dest-cpu=%target_arch% --tag=%TAG%
126
126
if errorlevel 1 goto create-msvs-files-failed
127
127
if not exist node.sln goto create-msvs-files-failed
128
128
echo Project files generated.
129
129
130
130
:msbuild
131
- @ rem Skip project generation if requested.
131
+ @ rem Skip build if requested.
132
132
if defined nobuild goto sign
133
133
134
134
@ rem Build the sln with msbuild.
You can’t perform that action at this time.
0 commit comments