diff options
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 |