aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/VariableTests/BundleA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
|
* Allow MsiProperty/@Value to be an empty string.Bob Arnson2024-02-171-0/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/7798.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-092-3/+40
| | | | Implements 6858
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-022-0/+34
Fixes #3777