1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
-
3
2
<PropertyGroup >
4
- <HubspotPropertyEditorFiles >$(MSBuildThisFileDirectory)..\App_Plugins\UmbracoForms.Integrations\Crm\Hubspot\**\*.*</HubspotPropertyEditorFiles >
3
+ <HubspotPropertyEditorFilesPath >
4
+ $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoForms.Integrations\Crm\Hubspot\**\*.*
5
+ </HubspotPropertyEditorFilesPath >
5
6
</PropertyGroup >
6
-
7
7
<Target Name =" CopyHubspotPropertyEditorAssets" BeforeTargets =" Build" >
8
8
<ItemGroup >
9
- <HubspotPropertyEditorFiles Include =" $(HubspotPropertyEditorFiles )" />
9
+ <HubspotPropertyEditorFiles Include =" $(HubspotPropertyEditorFilesPath )" />
10
10
</ItemGroup >
11
- <Message Text =" Copying Hubspot Property Editor files: $(HubspotPropertyEditorFiles) - #@(HubspotPropertyEditorFiles->Count()) files" Importance =" high" />
12
- <Copy
13
- SourceFiles=" @(HubspotPropertyEditorFiles)"
14
- DestinationFiles=" @(HubspotPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoForms.Integrations\Crm\Hubspot\%(RecursiveDir)%(Filename)%(Extension)')"
15
- SkipUnchangedFiles=" true" />
11
+ <Message
12
+ Text=" Copying Hubspot Property Editor files: $(HubspotPropertyEditorFilesPath) - #@(HubspotPropertyEditorFiles->Count()) files"
13
+ Importance=" high" />
14
+ <Copy SourceFiles =" @(HubspotPropertyEditorFiles)"
15
+ DestinationFiles =" @(HubspotPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoForms.Integrations\Crm\Hubspot\%(RecursiveDir)%(Filename)%(Extension)')"
16
+ SkipUnchangedFiles =" true" />
16
17
17
18
</Target >
18
19
19
20
<Target Name =" ClearHubspotPropertyEditorAssets" BeforeTargets =" Clean" >
20
21
<ItemGroup >
21
- <HubspotPropertyEditorDir Include =" $(MSBuildProjectDirectory)\App_Plugins\UmbracoForms.Integrations\Crm\Hubspot\" />
22
+ <HubspotPropertyEditorDir
23
+ Include=" $(MSBuildProjectDirectory)\App_Plugins\UmbracoForms\Crm\Hubspot\" />
22
24
</ItemGroup >
23
- <Message Text =" Clear Hubspot Property Editor data" Importance =" high" />
25
+ <Message Text =" Clear old Hubspot Property Editor data" Importance =" high" />
24
26
<RemoveDir Directories =" @(HubspotPropertyEditorDir)" />
25
27
</Target >
26
28
27
- </Project >
29
+ </Project >
0 commit comments