aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BAFunctionsTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-4/+4
| | | | | | | 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".
* Typos are bad; visible typos are an abomination.Bob Arnson2024-11-101-1/+1
| | | | At least one person makes the same typo almost-but-not-quite everywhere.
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-252-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.
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-2/+1
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-072-2/+4
|
* Better .nupkg namesRob Mensching2024-03-073-4/+5
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-063-30/+23
|
* Automate the test for GetRelatedBundleVariable.Sean Hall2022-11-1013-0/+352