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 3
3
<ActiveCampaignPropertyEditorFilesPath >
4
4
$(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\ActiveCampaign\**\*.*
5
5
</ActiveCampaignPropertyEditorFilesPath >
6
+ <ActiveCampaignPropertyEditorIconPath >
7
+ $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\backoffice\icons\icon-activecampaign.svg
8
+ </ActiveCampaignPropertyEditorIconPath >
6
9
</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
+
7
23
<Target Name =" CopyActiveCampaignPropertyEditorAssets" BeforeTargets =" Build" >
8
24
<ItemGroup >
9
25
<ActiveCampaignPropertyEditorFiles Include =" $(ActiveCampaignPropertyEditorFilesPath)" />
You can’t perform that action at this time.
0 commit comments