You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: