aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-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