Skip to content

Commit 588103c

Browse files
committed
Files in App_Plugins should also be included in the NuGet release
1 parent f184698 commit 588103c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Skybrud.Umbraco.MultiNodeTreePicker/Skybrud.Umbraco.MultiNodeTreePicker.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
</PackageReference>
3737
</ItemGroup>
3838

39+
40+
<ItemGroup>
41+
<Content Include="App_Plugins\Skybrud.MultiNodeTreePicker\**\*.css" />
42+
<Content Include="App_Plugins\Skybrud.MultiNodeTreePicker\**\*.html" />
43+
<Content Include="App_Plugins\Skybrud.MultiNodeTreePicker\**\*.js" />
44+
<Content Include="App_Plugins\Skybrud.MultiNodeTreePicker\Lang\*.xml" />
45+
</ItemGroup>
46+
3947
<!--<PropertyGroup>
4048
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
4149
</PropertyGroup>-->

0 commit comments

Comments
 (0)