aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add failing test for compiling a WixStdBa bundle.Sean Hall2020-01-314-0/+97
|
* Update dependencies.Sean Hall2019-12-225-12/+12
|
* Update the MbaHost test project to use an external exe to load the BA, which ↵Sean Hall2019-12-2231-362/+666
| | | | allows loading a different .NET than the one running the tests. This also allows writing the tests in C# instead of C++/CLI.
* Move the entry point from Mba.Core to Mba.Host.Sean Hall2019-12-224-16/+14
|
* Update dependencies.Sean Hall2019-12-115-13/+19
|
* Bring extension up to date.Sean Hall2019-12-112-6/+6
|
* WIXFEAT:3815 - Update mbahost test for updates to ↵Sean Hall2019-02-154-9/+9
| | | | BaseBootstrapperApplicationFactory and BootstrapperApplication.
* WIXFEAT:3815 - Update mbahost test for BootstrapperApplicationFactoryAttribute.Sean Hall2019-02-155-6/+37
|
* Add test for creating a Managed BA through mbahost.Sean Hall2019-02-1310-0/+357