summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BundleB (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-3/+3
| | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes.
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-063-6/+10
|
* Clean up generated files left in source tree.Bob Arnson2023-05-021-0/+4
|
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-2/+2
| | | | Closes 6942
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall2021-06-095-0/+145
Fixes other half of #5300