aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/FailureTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-253-7/+7
| | | | | | | 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-074-8/+8
|
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-192-0/+38
|
* Remove test package that is supposed to be missingRob Mensching2022-01-021-0/+3
| | | | | | | | 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.
* Implement integrated build processRob Mensching2021-05-113-6/+6
|
* Move Integration into testRob Mensching2021-05-058-0/+120