aboutsummaryrefslogtreecommitdiff
path: root/src/burn/burn.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pretty up build outputRob Mensching2023-12-161-1/+1
|
* Run tests in bulk to improve performanceRob Mensching2022-10-041-2/+22
| | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs.
* Use dotnet test on C++/CLI test projects to get trx logs.Sean Hall2022-06-161-2/+4
|
* Fix and run Burn 64-bit unit tests.Sean Hall2022-03-011-1/+2
|
* Upload test results and fail the build if any are missing.Sean Hall2022-01-011-2/+3
| | | | 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-7/+1
|
* Remove RebootRequired per...Bob Arnson2021-12-271-1/+1
| | | | ...https://github.com/wixtoolset/issues/issues/6668.
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-0/+24