aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/SlipstreamTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow patched package to be uninstalled.bob/SupersededPackageUninstallBob Arnson17 hours4-0/+66
| | | | | | | | Normally, a patched package is detected as superseded and therefore a normal uninstall takes no action. This change looks for applied patches and allows a normal uninstall to remove the package. Fixes https://github.com/wixtoolset/issues/issues/6350
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-256-15/+15
| | | | | | | 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-077-14/+14
|
* Correctly process build -outputType switchRob Mensching2023-09-053-6/+6
| | | | | | Also add a few additional output types to built-in backends. Fixes 7708
* Implement integrated build processRob Mensching2021-05-117-14/+14
|
* Move Integration into testRob Mensching2021-05-0530-0/+428