summaryrefslogtreecommitdiff
path: root/src/test/test.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-07-19 15:17:10 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-07-20 08:53:56 -0500
commit913b6238417dceeb8440315e4669990756d17655 (patch)
treea9e3552ea124d2025e30436afc8629f071c01ed4 /src/test/test.cmd
parent93bb820eff547f8de304f05249f572da861256fb (diff)
downloadwix-913b6238417dceeb8440315e4669990756d17655.tar.gz
wix-913b6238417dceeb8440315e4669990756d17655.tar.bz2
wix-913b6238417dceeb8440315e4669990756d17655.zip
Add WixInternalUIBootstrapperApplication as a new built-in BA.
Implements 6835
Diffstat (limited to 'src/test/test.cmd')
-rw-r--r--src/test/test.cmd2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test.cmd b/src/test/test.cmd
index 1c2c154b..85deb61e 100644
--- a/src/test/test.cmd
+++ b/src/test/test.cmd
@@ -14,8 +14,6 @@
14@call msi\test_msi.cmd %_C% %_T% || exit /b 14@call msi\test_msi.cmd %_C% %_T% || exit /b
15@call burn\test_burn.cmd %_C% %_T% || exit /b 15@call burn\test_burn.cmd %_C% %_T% || exit /b
16 16
17msbuild -Restore dtf\DtfE2ETests.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\dtfe2etests.binlog || exit /b
18
19dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b 17dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b
20 18
21@popd 19@popd