44 $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\ActiveCampaign\**\*.*
55 </ActiveCampaignPropertyEditorFilesPath >
66 <ActiveCampaignPropertyEditorIconPath >
7- $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\backoffice\icons\icon-activecampaign.svg
7+ $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\backoffice\icons\*.*
88 </ActiveCampaignPropertyEditorIconPath >
99 </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 =" @(ActiveCampaignPropertyEditorIcon->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\backoffice\icons\')"
20- SkipUnchangedFiles =" true" />
21- </Target >
2210
2311 <Target Name =" CopyActiveCampaignPropertyEditorAssets" BeforeTargets =" Build" >
2412 <ItemGroup >
3220 SkipUnchangedFiles =" true" />
3321 </Target >
3422
23+ <Target Name =" CopyActiveCampaignPropertyEditorIcon" BeforeTargets =" Build" >
24+ <ItemGroup >
25+ <ActiveCampaignPropertyEditorIcon Include =" $(ActiveCampaignPropertyEditorIconPath)" />
26+ </ItemGroup >
27+ <Message
28+ Text=" Copying ActiveCampaign icon"
29+ Importance=" high" />
30+ <Copy SourceFiles =" @(ActiveCampaignPropertyEditorIcon)"
31+ DestinationFolder =" $(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\backoffice\icons"
32+ SkipUnchangedFiles =" true" />
33+ </Target >
34+
3535 <Target Name =" ClearActiveCampaignPropertyEditorAssets" BeforeTargets =" Clean" >
3636 <ItemGroup >
3737 <ActiveCampaignPropertyEditorDir
3838 Include=" $(MSBuildProjectDirectory)\App_Plugins\UmbracoCms\Crm\ActiveCampaign\" />
39+ <ActiveCampaignPropertyEditorIconPath
40+ Include=" $(MSBuildProjectDirectory)\App_Plugins\UmbracoCms\backoffice\icons\icon-activecampaign.svg" />
3941 </ItemGroup >
4042 <Message Text =" Clear old ActiveCampaign Property Editor data" Importance =" high" />
4143 <RemoveDir Directories =" @(ActiveCampaignPropertyEditorDir)" />
44+ <Delete Files =" @(ActiveCampaignPropertyEditorIconPath)" />
4245 </Target >
4346
4447</Project >
0 commit comments