We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4adab commit 2ffd20bCopy full SHA for 2ffd20b
vcbuild.bat
@@ -309,7 +309,7 @@ if "%target%"=="Build" (
309
if defined cctest set target="Build"
310
)
311
if "%target%"=="rename_node_bin_win" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
312
-msbuild node.sln %msbcpu% /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
+msbuild node.sln %msbcpu% /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoItemAndPropertyList;Verbosity=minimal /nologo
313
if errorlevel 1 (
314
if not defined project_generated echo Building Node with reused solution failed. To regenerate project files use "vcbuild projgen"
315
goto exit
0 commit comments