aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-11-29 22:11:32 -0800
committerRob Mensching <rob@firegiant.com>2017-11-29 22:11:32 -0800
commitb387913d0e76aa7863f8766868cd2fb3b3fffcde (patch)
tree489c84a68c6a2932efe99def3ebc81e926d07a36 /appveyor.cmd
parent71c52d5af2293d3eb79882ce36b0411f81185c11 (diff)
downloadwix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.tar.gz
wix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.tar.bz2
wix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.zip
Remove "Fixture" from the test assembly name
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 93dc905f..5545cb60 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -2,6 +2,9 @@
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
6dotnet build -c Release src\test\WixToolsetTest.CoreIntegration
7
5dotnet publish -c Release -o %_P% -r win-x86 src\wix 8dotnet publish -c Release -o %_P% -r win-x86 src\wix
6dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks 9dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks
7 10