| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/9023
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
When missing uncompressed payloads in bundles were fixed in the
build, the FailureTests.CanInstallWhenMissingNonVitalPackage test
failed because a package used to be missing was now present. Now
we explicitly delete the package during the test bundle's build to
ensure it is missing.
|
| |
|
|
|