aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index a10bed10..6f7eb18d 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -6,7 +6,7 @@ dotnet 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 7dotnet build -c Release src\test\WixToolsetTest.LightIntegration
8 8
9dotnet publish -c Release -o %_P%\netcoreapp2.0 -r win-x86 src\wix 9dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix
10dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light 10dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light
11dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks 11dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks
12 12