From 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 6 Dec 2023 11:53:44 -0800 Subject: Pretty up build output --- src/ext/PowerShell/ps.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ext/PowerShell') diff --git a/src/ext/PowerShell/ps.cmd b/src/ext/PowerShell/ps.cmd index cfb1274b..4a8aa61e 100644 --- a/src/ext/PowerShell/ps.cmd +++ b/src/ext/PowerShell/ps.cmd @@ -9,13 +9,13 @@ @echo PowerShell.wixext build %_C% :: Build -msbuild -Restore -p:Configuration=%_C% || exit /b +msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror || exit /b :: Test dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b :: Pack -msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.PowerShell.wixext.csproj || exit /b +msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.PowerShell.wixext.csproj || exit /b @popd @endlocal -- cgit v1.2.3-55-g6feb