File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/Umbraco.Cms.Integrations.Crm.Hubspot/build Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 15
15
DestinationFiles =" @(HubspotPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot\%(RecursiveDir)%(Filename)%(Extension)')"
16
16
SkipUnchangedFiles =" true" />
17
17
</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
-
25
18
<Target Name =" ClearHubspotPropertyEditorAssets" BeforeTargets =" Clean" >
26
19
<ItemGroup >
27
20
<HubspotPropertyEditorDir
You can’t perform that action at this time.
0 commit comments