aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 5545cb60..42465be8 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -4,11 +4,13 @@
4 4
5dotnet build -c Release src\test\WixToolsetTest.BuildTasks 5dotnet build -c Release src\test\WixToolsetTest.BuildTasks
6dotnet build -c Release src\test\WixToolsetTest.CoreIntegration 6dotnet build -c Release src\test\WixToolsetTest.CoreIntegration
7dotnet build -c Release src\test\WixToolsetTest.LightIntegration
7 8
8dotnet publish -c Release -o %_P% -r win-x86 src\wix 9dotnet publish -c Release -o %_P% -r win-x86 src\wix
10dotnet publish -c Release -o %_P% -r win-x86 src\light
9dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks 11dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks
10 12
11dotnet pack -c Release src\WixToolset.Core.InternalPackage 13dotnet pack -c Release src\WixToolset.Core.InternalPackage
12 14
13@popd 15@popd
14@endlocal \ No newline at end of file 16@endlocal