Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -6/+6 |
| | |||||
* | Normalize ToolsetTask implementation to call wix.exe and heat.exe | Rob Mensching | 2022-10-14 | 1 | -0/+2 |
| | | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951 | ||||
* | Run wix.exe out of proc | Rob Mensching | 2022-10-14 | 1 | -3/+22 |
| | | | | | | | | | | | | | | "wix build" will load assemblies to read metadata which can cause the assemblies to get locked in the process. Since MSBuild keeps build processes alive this can cause work done by in-proc MSBuild tasks (like the WixBuild) to get stuck. Moving the "wix build" out of proc avoids any of those issues. Moving out of proc also allows the WiX tasks to be AnyCPU which simplifies the wix.targets (although did need to add code to find the .NET Framework wix.exe). Fixes 6595 | ||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -2/+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 | -3/+2 |
| | |||||
* | Minor build improvements to reduce output | Rob Mensching | 2021-10-19 | 1 | -2/+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/+23 |