File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
src/Umbraco.Cms.Integrations.DAM.Aprimo Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 13
13
<PackageIconUrl ></PackageIconUrl >
14
14
<PackageProjectUrl >https://github.com/umbraco/Umbraco.Cms.Integrations/tree/main/src/Umbraco.Cms.Integrations.DAM.Aprimo</PackageProjectUrl >
15
15
<RepositoryUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl >
16
- <Version >1.0.0 </Version >
16
+ <Version >1.0.1 </Version >
17
17
<Authors >Umbraco HQ</Authors >
18
18
<Company >Umbraco</Company >
19
19
<PackageTags >Umbraco;Umbraco-Marketplace</PackageTags >
Original file line number Diff line number Diff line change
1
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <PropertyGroup >
3
+ <AprimoPropertyEditorFilesPath >
4
+ $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\DAM\Aprimo\**\*.*
5
+ </AprimoPropertyEditorFilesPath >
6
+ </PropertyGroup >
7
+ <Target Name =" CopyAprimoPropertyEditorAssets" BeforeTargets =" Build" >
8
+ <ItemGroup >
9
+ <AprimoPropertyEditorFiles Include =" $(AprimoPropertyEditorFilesPath)" />
10
+ </ItemGroup >
11
+ <Message
12
+ Text=" Copying Aprimo Property Editor files: $(AprimoPropertyEditorFilesPath) - #@(AprimoPropertyEditorFiles->Count()) files"
13
+ Importance=" high" />
14
+ <Copy SourceFiles =" @(AprimoPropertyEditorFiles)"
15
+ DestinationFiles =" @(AprimoPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\DAM\Aprimo\%(RecursiveDir)%(Filename)%(Extension)')"
16
+ SkipUnchangedFiles =" true" />
17
+
18
+ </Target >
19
+
20
+ <Target Name =" ClearAprimoPropertyEditorAssets" BeforeTargets =" Clean" >
21
+ <ItemGroup >
22
+ <AprimoPropertyEditorDir
23
+ Include=" $(MSBuildProjectDirectory)\App_Plugins\UmbracoCms\DAM\Aprimo\" />
24
+ </ItemGroup >
25
+ <Message Text =" Clear old Aprimo Property Editor data" Importance =" high" />
26
+ <RemoveDir Directories =" @(AprimoPropertyEditorDir)" />
27
+ </Target >
28
+
29
+ </Project >
You can’t perform that action at this time.
0 commit comments