aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/VariableTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* Allow MsiProperty/@Value to be an empty string.Bob Arnson2024-02-171-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/7798.
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-3/+7
| | | | Implements 6858
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-131-2/+2
| | | | 6665
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-0/+52
Fixes #3777