Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octo.exe pack to include empty folders #18

Open
KennethBates opened this issue Sep 11, 2019 · 1 comment
Open

Octo.exe pack to include empty folders #18

KennethBates opened this issue Sep 11, 2019 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@KennethBates
Copy link
Contributor

Currently when using the Octo.exe pack command (either into Zip or NuGet), empty folders aren't included into the package contents. We should allow empty folders to be packed with everything else.

NuGet has a flag to include empty folders (ExcludeEmptyDirectories) which we don't use, and the file enumerator for the Zip code has an option to include empty directories.

Probably want to include it into the build server plugins too.

@KennethBates KennethBates added the kind/enhancement New feature or request label Sep 11, 2019
@Trisped
Copy link

Trisped commented Feb 10, 2022

It should be noted that this feature should use a new flag to indicate if empty folders should be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants