build,win: emit MSBuild summary · nodejs/node@2ffd20b (original) (raw)

Original file line number Diff line number Diff line change
@@ -309,7 +309,7 @@ if "%target%"=="Build" (
309 309 if defined cctest set target="Build"
310 310 )
311 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
312 +msbuild node.sln %msbcpu% /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoItemAndPropertyList;Verbosity=minimal /nologo
313 313 if errorlevel 1 (
314 314 if not defined project_generated echo Building Node with reused solution failed. To regenerate project files use "vcbuild projgen"
315 315 goto exit