File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/Umbraco.Cms.Integrations.Crm.ActiveCampaign Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 25
25
<PackageReference Include =" Umbraco.Cms.Web.Common" version =" 10.1.0" />
26
26
</ItemGroup >
27
27
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
+
28
46
</Project >
You can’t perform that action at this time.
0 commit comments