Skip to content

Commit 2ffd20b

Browse files
committed
build,win: emit MSBuild summary
PR-URL: #25931 Reviewed-By: João Reis <[email protected]>
1 parent ff4adab commit 2ffd20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ if "%target%"=="Build" (
309309
if defined cctest set target="Build"
310310
)
311311
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
313313
if errorlevel 1 (
314314
if not defined project_generated echo Building Node with reused solution failed. To regenerate project files use "vcbuild projgen"
315315
goto exit

0 commit comments

Comments
 (0)