Skip to content

Commit dec2e5d

Browse files
authored
Update Umbraco.Cms.Integrations.Crm.Hubspot.targets
1 parent 7bbdc1e commit dec2e5d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot/build/Umbraco.Cms.Integrations.Crm.Hubspot.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
DestinationFiles="@(HubspotPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot\%(RecursiveDir)%(Filename)%(Extension)')"
1616
SkipUnchangedFiles="true" />
1717
</Target>
18-
19-
<Target Name="ClearHubspotRenderingView"
20-
Condition="'$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'" BeforeTargets="Build">
21-
<Message Text="Delete Umbraco 8 rendering view" Importance="high" />
22-
<Delete Files="$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot\Render\HubspotForm.cshtml"/>
23-
</Target>
24-
2518
<Target Name="ClearHubspotPropertyEditorAssets" BeforeTargets="Clean">
2619
<ItemGroup>
2720
<HubspotPropertyEditorDir

0 commit comments

Comments
 (0)