diff options
author | Rob Mensching <rob@firegiant.com> | 2022-03-14 11:30:01 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-03-14 12:50:55 -0700 |
commit | 89adb2e3cc232b11b28e5bdeccb0c522c8124a29 (patch) | |
tree | 4231dc4f4ebf01bcd66e5486c2ed00efba837a06 | |
parent | 2449385e7c649821907a745d3859137977b3e78a (diff) | |
download | wix-89adb2e3cc232b11b28e5bdeccb0c522c8124a29.tar.gz wix-89adb2e3cc232b11b28e5bdeccb0c522c8124a29.tar.bz2 wix-89adb2e3cc232b11b28e5bdeccb0c522c8124a29.zip |
Add missing test project to build
-rw-r--r-- | src/wix/wix.cmd | 1 |
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 |
27 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.trx" || exit /b | 27 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.trx" || exit /b |
28 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters.Symbolizer -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.Symbolizer.trx" || exit /b | 28 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Converters.Symbolizer -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Converters.Symbolizer.trx" || exit /b |
29 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.trx" || exit /b | ||
29 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Burn -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Burn.trx" || exit /b | 30 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Burn -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Burn.trx" || exit /b |
30 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Native -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Native.trx" || exit /b | 31 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Core.Native -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Core.Native.trx" || exit /b |
31 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.CoreIntegration -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.CoreIntegration.trx" || exit /b | 32 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.CoreIntegration -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.CoreIntegration.trx" || exit /b |