Skip to content

Commit eeadca0

Browse files
committed
Update build variables name
1 parent a5496b7 commit eeadca0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageIconUrl></PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main-v10/src/Umbraco.Forms.Integrations.Crm.Hubspot</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</RepositoryUrl>
14-
<Version>4.0.1</Version>
14+
<Version>4.0.2</Version>
1515
<Authors>Umbraco HQ</Authors>
1616
<Company>Umbraco</Company>
1717
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<HubspotPropertyEditorFilesPath>
3+
<HubspotFormsPropertyEditorFilesPath>
44
$(MSBuildThisFileDirectory)..\App_Plugins\UmbracoForms.Integrations\Crm\Hubspot\**\*.*
5-
</HubspotPropertyEditorFilesPath>
5+
</HubspotFormsPropertyEditorFilesPath>
66
</PropertyGroup>
7-
<Target Name="CopyHubspotPropertyEditorAssets" BeforeTargets="Build">
7+
<Target Name="CopyHubspotFormsPropertyEditorAssets" BeforeTargets="Build">
88
<ItemGroup>
9-
<HubspotPropertyEditorFiles Include="$(HubspotPropertyEditorFilesPath)" />
9+
<HubspotFormsPropertyEditorFiles Include="$(HubspotFormsPropertyEditorFilesPath)" />
1010
</ItemGroup>
1111
<Message
12-
Text="Copying Hubspot Property Editor files: $(HubspotPropertyEditorFilesPath) - #@(HubspotPropertyEditorFiles->Count()) files"
12+
Text="Copying Hubspot Forms Property Editor files: $(HubspotFormsPropertyEditorFilesPath) - #@(HubspotFormsPropertyEditorFiles->Count()) files"
1313
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)')"
1616
SkipUnchangedFiles="true" />
1717

1818
</Target>
1919

20-
<Target Name="ClearHubspotPropertyEditorAssets" BeforeTargets="Clean">
20+
<Target Name="ClearHubspotFormsPropertyEditorAssets" BeforeTargets="Clean">
2121
<ItemGroup>
22-
<HubspotPropertyEditorDir
22+
<HubspotFormsPropertyEditorDir
2323
Include="$(MSBuildProjectDirectory)\App_Plugins\UmbracoForms\Crm\Hubspot\" />
2424
</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)" />
2727
</Target>
2828

2929
</Project>

0 commit comments

Comments
 (0)