summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/FeatureTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-254-8/+8
| | | | | | | 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-072-4/+4
|
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-1/+0
| | | | 7147
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-2310-0/+153
Fixes 4616