aboutsummaryrefslogtreecommitdiff
path: root/devbuild.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-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 scriptsRob Mensching2022-08-011-2/+1
|
* Rename build.cmd to devbuild.cmd to better represent its purposeRob Mensching2022-05-241-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.