Skip to content

Commit 72a4846

Browse files
committed
Fix pipeline build project.
1 parent 2cc4743 commit 72a4846

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@
3333
<None Remove="App_Plugins\UmbracoCms.Integrations\Crm\Hubspot\views\settings.html" />
3434
</ItemGroup>
3535

36-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
37-
<Exec Command="set UmbracoCmsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Cms.Integrations.Testsite.V8&#xD;&#xA;set HubspotDir=%25UmbracoCmsIntegrationsTestsiteV8Path%25\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot&#xD;&#xA;if not exist %25HubspotDir%25 mkdir -p %25HubspotDir%25&#xD;&#xA;xcopy &quot;$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Crm\Hubspot&quot; &quot;%25HubspotDir%25&quot; /e /y" />
38-
</Target>
39-
4036
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### In DEBUG mode use following post build events for development:
2+
set UmbracoCmsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Cms.Integrations.Testsite.V8
3+
set HubspotDir=%UmbracoCmsIntegrationsTestsiteV8Path%\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot
4+
if not exist %HubspotDir% mkdir -p %HubspotDir%
5+
xcopy "$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Crm\Hubspot" "%HubspotDir%" /e /y

0 commit comments

Comments
 (0)