Hi <@715949483350949901> Where would this import s...
# package-development
a
Hi @CodeSharePaul Where would this import statement need to be added? I am trying to include a folder with some files as part of my NuGet package and I have added
<Content Include="test\**" ExcludeFromSingleFile="true" CopyToPublishDirectory="Always" />
to my .csproj file for the package project as well as the necessary actions in the .targets file. I can see the folder in the nuget file using the NuGet package explorer, but when I install my package from a local feed the folder I included is not being created.