Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | Parallelize building test code | Rob Mensching | 2022-11-13 | 1 | -2/+2 |
| | |||||
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -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 Mensching | 2022-10-03 | 1 | -2/+2 |
| | | | | Closes 6942 | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -0/+5 |
| | | | | Fixes 3455 | ||||
* | Configure crash dumps and get them and pdbs in the logs artifact | Sean Hall | 2022-03-07 | 1 | -3/+0 |
| | |||||
* | Disable Burn integration test parallel build | Rob Mensching | 2022-01-03 | 1 | -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 noise | Rob Mensching | 2022-01-02 | 1 | -2/+2 |
| | |||||
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -7/+4 |
| | | | | Always zip up the logs from %TEMP%. | ||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -2/+2 |
| | |||||
* | Ensure failed test, fail the build | Rob Mensching | 2021-12-16 | 1 | -0/+3 |
| | |||||
* | Capture logs from burn integration tests | Rob Mensching | 2021-12-14 | 1 | -1/+9 |
| | |||||
* | Enable enabling runtime tests | Rob Mensching | 2021-05-17 | 1 | -1/+2 |
| | |||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -0/+17 |