From 89adb2e3cc232b11b28e5bdeccb0c522c8124a29 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 14 Mar 2022 11:30:01 -0700 Subject: Add missing test project to build --- src/wix/wix.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wix/wix.cmd b/src/wix/wix.cmd index c1a746ff..281f7f68 100644 --- a/src/wix/wix.cmd +++ b/src/wix/wix.cmd @@ -26,6 +26,7 @@ msbuild wix.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\wix_build :: Pre-Publish Test dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.trx" || exit /b dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters.Symbolizer -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.Symbolizer.trx" || exit /b +dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.trx" || exit /b dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Burn -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Burn.trx" || exit /b dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Native -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Native.trx" || exit /b dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.CoreIntegration -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.CoreIntegration.trx" || exit /b -- cgit v1.2.3-55-g6feb