Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 3 | -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 names | Rob Mensching | 2024-03-07 | 4 | -8/+8 |
| | |||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 2 | -0/+38 |
| | |||||
* | Remove test package that is supposed to be missing | Rob Mensching | 2022-01-02 | 1 | -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 process | Rob Mensching | 2021-05-11 | 3 | -6/+6 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 8 | -0/+120 |