Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -8/+7 |
| | | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs. | ||||
* | Small clean up of api segment build | Rob Mensching | 2022-10-04 | 1 | -0/+4 |
| | |||||
* | Simplify and fix incremental/clean in build cmds | Rob Mensching | 2022-08-08 | 1 | -3/+4 |
| | | | | Refining this pattern before spreading more widely. | ||||
* | Add clean to api.cmd and minor clean-up | Rob Mensching | 2022-08-07 | 1 | -4/+30 |
| | |||||
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 1 | -2/+4 |
| | |||||
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -5/+6 |
| | | | | Always zip up the logs from %TEMP%. | ||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -1/+3 |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | ||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -4/+4 |
| | |||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-17 | 1 | -26/+5 |
| | | | | 79s -> 21s on my octocore machine. | ||||
* | Revert "Build api segment via traversal projects." | Bob Arnson | 2021-07-12 | 1 | -5/+26 |
| | | | | This reverts commit 250b850f52253a101ddc4857cb6a2e66b0b37739. | ||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-11 | 1 | -26/+5 |
| | | | | 79s -> 21s on my octocore machine. | ||||
* | 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/+43 |