Skip to content

Commit 56b1836

Browse files
authored
Remove post build events
1 parent 46f5946 commit 56b1836

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/Umbraco.Cms.Integrations.Automation.Zapier.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,4 @@
4646
</ItemGroup>
4747
</Target>
4848

49-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
50-
<Exec Command="set UmbracoCmsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Cms.Integrations.Testsite.V8&#xD;&#xA;set ZapierDir=%25UmbracoCmsIntegrationsTestsiteV8Path%25\App_Plugins\UmbracoCms.Integrations\Automation\Zapier&#xD;&#xA;if not exist %25ZapierDir%25 mkdir -p %25ZapierDir%25&#xD;&#xA;xcopy &quot;$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Automation\Zapier&quot; &quot;%25ZapierDir%25&quot; /e /y" />
51-
</Target>
52-
5349
</Project>

0 commit comments

Comments
 (0)