Closed willportnoy closed 2 years ago
There is https://github.com/PowerShell/Microsoft.PowerShell.Archive. Please open new issue there.
GitHubArchive PowerShell module contains cmdlets for working with ZIP archives - PowerShell/Microsoft.PowerShell.Archive
Steps to reproduce
Use PowerShell to make a zip file with a directory structure:
And then use a tool that will show the entries in the zip file.
Expected behavior
I expect to see a separate line item for the "a" directory.
Actual behavior
I do not see a separate line item for the "a" directory.
This "invalid" zip archive breaks my eventual use case of MSDeploy addOnPackages within an ARM template.
Environment data