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/Msmq | |
parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip |
Pretty up build output
Diffstat (limited to 'src/ext/Msmq')
-rw-r--r-- | src/ext/Msmq/msmq.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Msmq/msmq.cmd b/src/ext/Msmq/msmq.cmd index 963e3ecf..3ebceab4 100644 --- a/src/ext/Msmq/msmq.cmd +++ b/src/ext/Msmq/msmq.cmd | |||
@@ -9,7 +9,7 @@ | |||
9 | @echo Msmq.wixext build %_C% | 9 | @echo Msmq.wixext build %_C% |
10 | 10 | ||
11 | :: Build | 11 | :: Build |
12 | msbuild -Restore -p:Configuration=%_C% -nologo || exit /b | 12 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror || exit /b |
13 | 13 | ||
14 | :: Test | 14 | :: Test |
15 | dotnet test test\WixToolsetTest.Msmq -c %_C% --no-build --nologo || exit /b | 15 | dotnet test test\WixToolsetTest.Msmq -c %_C% --no-build --nologo || exit /b |