Good morning all! 🎉 I can't figure out why my App...
# package-development
s
Good morning all! 🎉 I can't figure out why my App_Plugins folder isn't copied to my test web-project. I have the following in my package project and the project is added as a dependency to my project:
Copy code
<ItemGroup>
    <Content Include="App_Plugins\MyPackage\**" ExcludeFromSingleFile="true" CopyToPublishDirectory="Always" />
    <None Include="buildTransitive\**" Pack="true" PackagePath="buildTransitive" />
  </ItemGroup>