Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -5/+6 |
| | | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs. | ||||
* | Move WixVersion to new WixToolset.Versioning package in libs segment | Rob Mensching | 2022-10-04 | 1 | -0/+24 |
| | | | | | | | | | | | WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943 | ||||
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 1 | -2/+4 |
| | |||||
* | Build and run x64 dutil tests. | Sean Hall | 2022-06-15 | 1 | -1/+2 |
| | |||||
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -2/+3 |
| | | | | 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 | -6/+2 |
| | |||||
* | Use traversal projects to build libs in parallel. | Bob Arnson | 2021-06-28 | 1 | -32/+1 |
| | |||||
* | 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/+49 |