aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests/BundleF (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-12/+12
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-1/+1
| | | | | | | 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-2/+2
|
* Tame some wild pointers.Bob Arnson2023-05-011-1/+12
| | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451.
* Small fixes found while updating XSDsRob Mensching2023-01-011-1/+1
|
* Always run upgrade related bundles last.Sean Hall2022-01-063-5/+16
| | | | #5128
* Implement integrated build processRob Mensching2021-05-111-3/+3
|
* Move Integration into testRob Mensching2021-05-052-0/+33