diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 93dc905f..5545cb60 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -2,6 +2,9 @@ | |||
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | @set _P=%~dp0build\Release\publish | 3 | @set _P=%~dp0build\Release\publish |
4 | 4 | ||
5 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks | ||
6 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration | ||
7 | |||
5 | dotnet publish -c Release -o %_P% -r win-x86 src\wix | 8 | dotnet publish -c Release -o %_P% -r win-x86 src\wix |
6 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks | 9 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks |
7 | 10 | ||