Skip to content

Commit bb9e3c4

Browse files
committed
Copy assets
1 parent 6278ef9 commit bb9e3c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Umbraco.Cms.Integrations.Crm.ActiveCampaign.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,22 @@
2525
<PackageReference Include="Umbraco.Cms.Web.Common" version="10.1.0" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<Content Include="App_Plugins\UmbracoCms.Integrations\Crm\ActiveCampaign\**\*.*">
30+
<Pack>true</Pack>
31+
<PackagePath>App_Plugins\UmbracoCms.Integrations\Crm\ActiveCampaign\</PackagePath>
32+
</Content>
33+
<None Include="build\**\*.*">
34+
<Pack>True</Pack>
35+
<PackagePath>buildTransitive</PackagePath>
36+
</None>
37+
</ItemGroup>
38+
39+
<ItemGroup>
40+
<Content Include="App_Plugins\**\*.*">
41+
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
42+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
43+
</Content>
44+
</ItemGroup>
45+
2846
</Project>

0 commit comments

Comments
 (0)