Reputation: 1326
Is there a way to add specific folders in the project that the package is installed?
For example, according to this blogpost you can add multiple files to the project, but what I want to add are folders. I added folders in the content folder before I create my nuget package, but the folders are not added to the project after the package is installed.
Thanks !
Upvotes: 2
Views: 4388
Reputation: 38764
If you create a directory hierarchy in the content folder, nuget will replicate that in your project.
Upvotes: 3