diff options
| -rw-r--r-- | appveyor.cmd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index a976c321..9cfe85a6 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
| @@ -2,14 +2,14 @@ | |||
| 2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
| 3 | @set _P=%~dp0build\Release\publish | 3 | @set _P=%~dp0build\Release\publish |
| 4 | 4 | ||
| 5 | dotnet test -c Release src\test\WixToolsetTest.CoreIntegration || exit /b %ERRORLEVEL% | 5 | dotnet test -c Release src\test\WixToolsetTest.CoreIntegration || exit /b |
| 6 | 6 | ||
| 7 | dotnet pack -c Release src\WixToolset.Core || exit /b %ERRORLEVEL% | 7 | dotnet pack -c Release src\WixToolset.Core || exit /b |
| 8 | dotnet pack -c Release src\WixToolset.Core.Burn || exit /b %ERRORLEVEL% | 8 | dotnet pack -c Release src\WixToolset.Core.Burn || exit /b |
| 9 | dotnet pack -c Release src\WixToolset.Core.ExtensionCache || exit /b %ERRORLEVEL% | 9 | dotnet pack -c Release src\WixToolset.Core.ExtensionCache || exit /b |
| 10 | dotnet pack -c Release src\WixToolset.Core.WindowsInstaller || exit /b %ERRORLEVEL% | 10 | dotnet pack -c Release src\WixToolset.Core.WindowsInstaller || exit /b |
| 11 | 11 | ||
| 12 | dotnet pack -c Release src\WixToolset.Core.TestPackage || exit /b %ERRORLEVEL% | 12 | dotnet pack -c Release src\WixToolset.Core.TestPackage || exit /b |
| 13 | 13 | ||
| 14 | @popd | 14 | @popd |
| 15 | @endlocal | 15 | @endlocal |
