aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests/BundleE (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-252-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
|
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-011-1/+1
| | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types.
* Update package Cache attribute to new attribute valuesRob Mensching2021-05-171-1/+1
| | | | Closes wixtoolset/issues#5125
* Implement integrated build processRob Mensching2021-05-111-3/+3
|
* Move Integration into testRob Mensching2021-05-052-0/+40