chocolatey/nuget-chocolatey

No files section in the nuspec manifest should result in all subfolders (and files) all the way down to get packed, not just the first level of subfolders and files

ferventcoder opened this issue · 2 comments

No files section in the nuspec manifest should result in all subfolders (and files) all the way down to get packed, not just the first level of subfolders and files

I'm having trouble reproducing this. Both my self-built nuget+choco work, as does the official choco 0.10.15, and Linux seems to be fine.

Here is the package I am using:
https://github.com/TheCakeIsNaOH/choco-pkg-test/tree/master/no-files-element

For me, running choco pack in the directory produces a .nupkg that does include the files in the tools\web subfolder.

I wish I could recall when I ran into this - it was well before this issue was created. It might have been fixed by something along the way - it was likely some time in 2018 or 2019 that I came across this. However if it is no longer an issue, I'd happily close it