aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-10-04 14:53:40 -0700
committerBob Arnson <bob@firegiant.com>2018-10-04 18:20:52 -0400
commit12488939d9756d8d537bca7645ce3524488066b3 (patch)
tree55c17c53d084ccf23b28f6478afdba6a4de37e35
parent784208bd46ce05025d8ccaef8542328350038d90 (diff)
downloadwix-12488939d9756d8d537bca7645ce3524488066b3.tar.gz
wix-12488939d9756d8d537bca7645ce3524488066b3.tar.bz2
wix-12488939d9756d8d537bca7645ce3524488066b3.zip
Build test code
-rw-r--r--appveyor.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 25481c45..d18c8df8 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -2,8 +2,8 @@
2@pushd %~dp0 2@pushd %~dp0
3@set _P=%~dp0build\Release\publish 3@set _P=%~dp0build\Release\publish
4 4
5@rem Disable this test until publishing of native assets is worked out 5dotnet build -c Release src\test\WixToolsetTest.BuildTasks
6@rem dotnet build -c Release src\test\WixToolsetTest.BuildTasks 6dotnet build -c Release src\test\WixToolsetTest.WixCop
7 7
8dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix 8dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix
9dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks 9dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks