@joebigelow / wix / commits / 19be63b9

Fail build for each command.

Sean Hall committed Jun 15, 2020 at 21:49 UTC 19be63b9a7c50e17386cd476c1ffd7c40ba9eaf5
1 file changed +2 -2
appveyor.cmd
+2 -2
@@ -1,8 +1,8 @@
1 @setlocal
2 @pushd %~dp0
3
4 -dotnet test -c Release src\test\WixToolsetTest.Data\WixToolsetTest.Data.csproj
5 -dotnet pack -c Release
4 +dotnet test -c Release src\test\WixToolsetTest.Data\WixToolsetTest.Data.csproj || exit /b
5 +dotnet pack -c Release || exit /b
6
7 @popd
8 @endlocal
\ No newline at end of file