aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-03-14 11:30:01 -0700
committerRob Mensching <rob@firegiant.com>2022-03-14 12:50:55 -0700
commit89adb2e3cc232b11b28e5bdeccb0c522c8124a29 (patch)
tree4231dc4f4ebf01bcd66e5486c2ed00efba837a06
parent2449385e7c649821907a745d3859137977b3e78a (diff)
downloadwix-89adb2e3cc232b11b28e5bdeccb0c522c8124a29.tar.gz
wix-89adb2e3cc232b11b28e5bdeccb0c522c8124a29.tar.bz2
wix-89adb2e3cc232b11b28e5bdeccb0c522c8124a29.zip
Add missing test project to build
-rw-r--r--src/wix/wix.cmd1
1 files changed, 1 insertions, 0 deletions
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
26:: Pre-Publish Test 26:: Pre-Publish Test
27dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.trx" || exit /b 27dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.trx" || exit /b
28dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters.Symbolizer -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.Symbolizer.trx" || exit /b 28dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters.Symbolizer -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.Symbolizer.trx" || exit /b
29dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.trx" || exit /b
29dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Burn -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Burn.trx" || exit /b 30dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Burn -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Burn.trx" || exit /b
30dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Native -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Native.trx" || exit /b 31dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Native -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Native.trx" || exit /b
31dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.CoreIntegration -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.CoreIntegration.trx" || exit /b 32dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.CoreIntegration -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.CoreIntegration.trx" || exit /b