aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/ContainerTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve logging to remove `(null)`.Bob Arnson2023-06-131-0/+17
| | | | | | Add detached container runtime test. Inspired by https://github.com/wixtoolset/issues/issues/7490.
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-131-2/+2
| | | | 6665
* Follow up for multiple attached container supportSean Hall2021-11-031-0/+29
* validate cContainers * use previous embeddedid format and use intermediate folder when extracting attached containers * remove special cases for 0 byte containers in BurnCommon classes and Insignia * don't hardcode max containers * reduce properties in BurnCommon * add e2e test #6144