Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix harvesting project names with invalid chars | Mike Wileczka | 2023-04-19 | 1 | -1/+1 |
| | | | Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces. | ||||
* | Update heat to use StandardDirectory element | Rob Mensching | 2022-08-16 | 1 | -5/+7 |
| | | | | Fixes 6631 | ||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 1 | -0/+1455 |
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 |