Disable Burn integration test parallel build
This seems to sometimes cause build failures in the CI system so we'll go slower for a higher success rate.
Rob Mensching committed
Jan 3, 2022 at 20:49 UTC
e172f757d7fc97e55198b07605b45aa8ab786490
1 file changed
+1
-1
src/test/burn/test_burn.cmd
+1
-1
@@ -11,7 +11,7 @@
11
12
@echo Burn integration tests %_C%
13
14
-msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -m -bl:%_L%\test_burn_build.binlog || exit /b
14
+msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:%_L%\test_burn_build.binlog || exit /b
15
msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_L%\test_burn_data_build.binlog || exit /b
16
17
@if not "%RuntimeTestsEnabled%"=="true" goto :LExit