File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/build Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 33 <ActiveCampaignPropertyEditorFilesPath >
44 $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\ActiveCampaign\**\*.*
55 </ActiveCampaignPropertyEditorFilesPath >
6+ <ActiveCampaignPropertyEditorIconPath >
7+ $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\backoffice\icons\icon-activecampaign.svg
8+ </ActiveCampaignPropertyEditorIconPath >
69 </PropertyGroup >
10+
11+ <Target Name =" CopyActiveCampaignPropertyEditorIcon" BeforeTargets =" Build" >
12+ <ItemGroup >
13+ <ActiveCampaignPropertyEditorIcon Include =" $(ActiveCampaignPropertyEditorIconPath)" />
14+ </ItemGroup >
15+ <Message
16+ Text=" Copying ActiveCampaign icon"
17+ Importance=" high" />
18+ <Copy SourceFiles =" @(ActiveCampaignPropertyEditorIconPath)"
19+ DestinationFiles =" @(ActiveCampaignPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\backoffice\icons\')"
20+ SkipUnchangedFiles =" true" />
21+ </Target >
22+
723 <Target Name =" CopyActiveCampaignPropertyEditorAssets" BeforeTargets =" Build" >
824 <ItemGroup >
925 <ActiveCampaignPropertyEditorFiles Include =" $(ActiveCampaignPropertyEditorFilesPath)" />
You can’t perform that action at this time.
0 commit comments