aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.Mba.Core/MbaCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-2/+3
| | | | Implements 6858
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-021-0/+2
| | | | Fixes #4975
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-2/+4
| | | | Fixes #3777
* Expose overridable variable APIs in balutil and Mba.Core.Sean Hall2021-07-021-0/+33
Fixes #4777