aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-07-13 15:52:12 -0700
committerRob Mensching <rob@firegiant.com>2018-07-13 15:52:12 -0700
commit8bbbacf6cb2fd4a7ef3985a8ab86f14c586567a0 (patch)
treee846f4803455a3e58b5904ef92cf5725e5b935d0 /appveyor.cmd
parentae2f48bb249a9bfa7b509ae4a006faa99bdd6258 (diff)
downloadwix-8bbbacf6cb2fd4a7ef3985a8ab86f14c586567a0.tar.gz
wix-8bbbacf6cb2fd4a7ef3985a8ab86f14c586567a0.tar.bz2
wix-8bbbacf6cb2fd4a7ef3985a8ab86f14c586567a0.zip
Disable MSBuild tests until publishing of native assets is worked out
Diffstat (limited to 'appveyor.cmd')
-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