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
122122if defined noprojgen goto msbuild
123123
124124@ 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%
126126if errorlevel 1 goto create-msvs-files-failed
127127if not exist node.sln goto create-msvs-files-failed
128128echo Project files generated.
129129
130130:msbuild
131- @ rem Skip project generation if requested.
131+ @ rem Skip build if requested.
132132if defined nobuild goto sign
133133
134134@ rem Build the sln with msbuild.
You can’t perform that action at this time.
0 commit comments