aboutsummaryrefslogtreecommitdiff
path: root/src/build_all.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create setup segment and WixAdditionalTools bundleRob Mensching2022-08-061-0/+5
| | | | | | | | | | | | | The setup segment is scheduled after building the shipping WiX files to use and include the current build's tooling. The WixAdditionalTools bundle currently only contains the ThmViewer package but may include additional tools in the future. At this time, the primary purpose is to produce a shipping MSI and bundle from the WiX v4 build process and dogfood the rest of the tooling. Closes 4919
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-4/+4
| | | | | | | 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-2/+2
| | | | | | | | | | 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.
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-0/+6
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Ensure build uses VS2022 env to buildRob Mensching2021-12-281-1/+1
|
* Build thmviewer.Sean Hall2021-11-011-1/+1
|
* Add ability to skip running vsdevcmd.bat.Sean Hall2021-11-011-1/+14
|
* Import vsdevcmd environment variables if missing during buildRob Mensching2021-10-201-0/+16
|
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-0/+60