Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 4 | -9/+9 |
| | | | | | | | 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 | 3 | -6/+6 |
| | |||||
* | Correctly process build -outputType switch | Rob Mensching | 2023-09-05 | 1 | -2/+2 |
| | | | | | | Also add a few additional output types to built-in backends. Fixes 7708 | ||||
* | Update old test code to latest SWID tag spec | Rob Mensching | 2022-08-26 | 2 | -2/+4 |
| | | | | Fixes 6675 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 3 | -6/+6 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 14 | -0/+199 |