diff options
author | Rob Mensching <rob@firegiant.com> | 2017-11-29 22:11:32 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-11-29 22:11:32 -0800 |
commit | b387913d0e76aa7863f8766868cd2fb3b3fffcde (patch) | |
tree | 489c84a68c6a2932efe99def3ebc81e926d07a36 /appveyor.cmd | |
parent | 71c52d5af2293d3eb79882ce36b0411f81185c11 (diff) | |
download | wix-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.cmd | 3 |
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 | ||
5 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks | ||
6 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration | ||
7 | |||
5 | dotnet publish -c Release -o %_P% -r win-x86 src\wix | 8 | dotnet publish -c Release -o %_P% -r win-x86 src\wix |
6 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks | 9 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks |
7 | 10 | ||