Skip to content

Commit 8c12cc8

Browse files
authored
Update Umbraco.Cms.Integrations.Crm.Dynamics.csproj
Remove post build events
1 parent 474dbbf commit 8c12cc8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,4 @@
6262
</ItemGroup>
6363
</Target>
6464

65-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
66-
<Exec Command="set UmbracoCmsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Cms.Integrations.Testsite.V8&#xD;&#xA; set DynamicsDir=%25UmbracoCmsIntegrationsTestsiteV8Path%25\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics&#xD;&#xA; if not exist %25DynamicsDir%25 mkdir -p %25DynamicsDir%25&#xD;&#xA; xcopy &quot;$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Crm\Dynamics&quot; &quot;%25DynamicsDir%25&quot; /e /y&#xD;&#xA; xcopy &quot;$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Crm\Dynamics&quot; &quot;%25DynamicsDir%25&quot; /e /y" />
67-
</Target>
68-
69-
</Project>
65+
</Project>

0 commit comments

Comments
 (0)