Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typos are bad; visible typos are an abomination. | Bob Arnson | 2024-11-10 | 1 | -1/+1 |
| | | | | At least one person makes the same typo almost-but-not-quite everywhere. | ||||
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 2 | -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. | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 1 | -2/+1 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 2 | -2/+4 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 3 | -4/+5 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 3 | -30/+23 |
| | |||||
* | Automate the test for GetRelatedBundleVariable. | Sean Hall | 2022-11-10 | 13 | -0/+352 |