Build DTF E2E tests, not just restore them
Rob Mensching committed
Apr 1, 2022 at 10:57 UTC
4ec3d72dc0216317052215a7cba785cf635b9994
1 file changed
+1
-1
src/test/test.cmd
+1
-1
@@ -14,7 +14,7 @@
14
@call msi\test_msi.cmd %_C% %_T% || exit /b
15
@call burn\test_burn.cmd %_C% %_T% || exit /b
16
17
-msbuild -t:Restore dtf\DtfE2ETests.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\dtfe2etests.binlog || exit /b
17
+msbuild -Restore dtf\DtfE2ETests.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\dtfe2etests.binlog || exit /b
18
19
dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b
20