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