aboutsummaryrefslogtreecommitdiff
path: root/src/api/api.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run tests in bulk to improve performanceRob Mensching2022-10-041-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 buildRob Mensching2022-10-041-0/+4
|
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-081-3/+4
| | | | Refining this pattern before spreading more widely.
* Add clean to api.cmd and minor clean-upRob Mensching2022-08-071-4/+30
|
* Use dotnet test on C++/CLI test projects to get trx logs.Sean Hall2022-06-161-2/+4
|
* Upload test results and fail the build if any are missing.Sean Hall2022-01-011-5/+6
| | | | Always zip up the logs from %TEMP%.
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-011-1/+3
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* Build simplification and parallelizationRob Mensching2021-12-301-4/+4
|
* Build api segment via traversal projects.Bob Arnson2021-07-171-26/+5
| | | | 79s -> 21s on my octocore machine.
* Revert "Build api segment via traversal projects."Bob Arnson2021-07-121-5/+26
| | | | This reverts commit 250b850f52253a101ddc4857cb6a2e66b0b37739.
* Build api segment via traversal projects.Bob Arnson2021-07-111-26/+5
| | | | 79s -> 21s on my octocore machine.
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-0/+43