diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 11:53:44 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (patch) | |
tree | d8c1f3684b9056d1255d158afe723af1bcad71b8 /src/ext/PowerShell | |
parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip |
Pretty up build output
Diffstat (limited to 'src/ext/PowerShell')
-rw-r--r-- | src/ext/PowerShell/ps.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
9 | @echo PowerShell.wixext build %_C% | 9 | @echo PowerShell.wixext build %_C% |
10 | 10 | ||
11 | :: Build | 11 | :: Build |
12 | msbuild -Restore -p:Configuration=%_C% || exit /b | 12 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror || exit /b |
13 | 13 | ||
14 | :: Test | 14 | :: Test |
15 | dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b | 15 | dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b |
16 | 16 | ||
17 | :: Pack | 17 | :: Pack |
18 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.PowerShell.wixext.csproj || exit /b | 18 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.PowerShell.wixext.csproj || exit /b |
19 | 19 | ||
20 | @popd | 20 | @popd |
21 | @endlocal | 21 | @endlocal |