aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tools.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert tools\ to MSTest and traversal projects.Bob Arnson12 days1-14/+2
|
* Pretty up build outputRob Mensching2023-12-161-3/+3
|
* Run tests in bulk to improve performanceRob Mensching2022-10-041-2/+6
| | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs.
* Update heat to use StandardDirectory elementRob Mensching2022-08-161-0/+1
| | | | Fixes 6631
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-081-3/+4
| | | | Refining this pattern before spreading more widely.
* Add clean to api.cmd and minor clean-upRob Mensching2022-08-071-2/+2
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-3/+26
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Rename "samples" segment to "tools"Rob Mensching2022-07-141-0/+18
This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section.