aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 6f7eb18d..1a1369d6 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -2,7 +2,8 @@
2@pushd %~dp0 2@pushd %~dp0
3@set _P=%~dp0build\Release\publish 3@set _P=%~dp0build\Release\publish
4 4
5dotnet build -c Release src\test\WixToolsetTest.BuildTasks 5@rem Disable this test until publishing of native assets is worked out
6@rem dotnet build -c Release src\test\WixToolsetTest.BuildTasks
6dotnet build -c Release src\test\WixToolsetTest.CoreIntegration 7dotnet build -c Release src\test\WixToolsetTest.CoreIntegration
7dotnet build -c Release src\test\WixToolsetTest.LightIntegration 8dotnet build -c Release src\test\WixToolsetTest.LightIntegration
8 9