diff options
| -rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 22e14a04..99cf99b6 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | @setlocal | 1 | @setlocal |
| 2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
| 3 | 3 | ||
| 4 | dotnet test -c Release src\test\WixToolsetTest.Data\WixToolsetTest.Data.csproj | 4 | dotnet test -c Release src\test\WixToolsetTest.Data\WixToolsetTest.Data.csproj || exit /b |
| 5 | dotnet pack -c Release | 5 | dotnet pack -c Release || exit /b |
| 6 | 6 | ||
| 7 | @popd | 7 | @popd |
| 8 | @endlocal \ No newline at end of file | 8 | @endlocal \ No newline at end of file |
