aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/ContainerTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better .nupkg namesRob Mensching2024-03-072-4/+4
|
* Improve logging to remove `(null)`.Bob Arnson2023-06-132-0/+46
| | | | | | Add detached container runtime test. Inspired by https://github.com/wixtoolset/issues/issues/7490.
* Follow up for multiple attached container supportSean Hall2021-11-034-0/+56
* 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