Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize ToolsetTask implementation to call wix.exe and heat.exe | Rob Mensching | 2022-10-14 | 1 | -1/+1 |
| | | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951 | ||||
* | Very minor clean up to global build scripts | Rob Mensching | 2022-08-01 | 1 | -2/+1 |
| | |||||
* | Rename build.cmd to devbuild.cmd to better represent its purpose | Rob Mensching | 2022-05-24 | 1 | -0/+20 |
The build.cmd in the root of the repository is intended for use by developers looking to build the full WiX Toolset. Official builds use the appropriate build files in the src folder. Renaming build.cmd to devbuild.cmd better represents its purpose. As a bonus, renaming to devbuild.cmd also removes TAB completion conflict with the .\build folder. |