aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixIuiBaTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-253-9/+9
| | | | | | | 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-073-6/+6
|
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-192-2/+2
|
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2030-0/+1109
Implements 6835