From b387913d0e76aa7863f8766868cd2fb3b3fffcde Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 29 Nov 2017 22:11:32 -0800 Subject: Remove "Fixture" from the test assembly name --- appveyor.cmd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appveyor.cmd') diff --git a/appveyor.cmd b/appveyor.cmd index 93dc905f..5545cb60 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -2,6 +2,9 @@ @pushd %~dp0 @set _P=%~dp0build\Release\publish +dotnet build -c Release src\test\WixToolsetTest.BuildTasks +dotnet build -c Release src\test\WixToolsetTest.CoreIntegration + dotnet publish -c Release -o %_P% -r win-x86 src\wix dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks -- cgit v1.2.3-55-g6feb