aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/test_burn.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-191-1/+1
|
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* Parallelize building test codeRob Mensching2022-11-131-2/+2
|
* Run tests in bulk to improve performanceRob Mensching2022-10-041-1/+1
| | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs.
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-2/+2
| | | | Closes 6942
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-0/+5
| | | | Fixes 3455
* Configure crash dumps and get them and pdbs in the logs artifactSean Hall2022-03-071-3/+0
|
* Disable Burn integration test parallel buildRob Mensching2022-01-031-1/+1
| | | | | This seems to sometimes cause build failures in the CI system so we'll go slower for a higher success rate.
* Build burn integrate tests in parallel and reduce test noiseRob Mensching2022-01-021-2/+2
|
* Upload test results and fail the build if any are missing.Sean Hall2022-01-011-7/+4
| | | | Always zip up the logs from %TEMP%.
* Build simplification and parallelizationRob Mensching2021-12-301-2/+2
|
* Ensure failed test, fail the buildRob Mensching2021-12-161-0/+3
|
* Capture logs from burn integration testsRob Mensching2021-12-141-1/+9
|
* Enable enabling runtime testsRob Mensching2021-05-171-1/+2
|
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-0/+17