Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 1 | -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. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -2/+2 |
| | |||||
* | Allow MsiProperty/@Value to be an empty string. | Bob Arnson | 2024-02-17 | 1 | -0/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7798. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 2 | -3/+40 |
| | | | | Implements 6858 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 2 | -0/+34 |
Fixes #3777 |