Skip to content

Commit a16f665

Browse files
committed
Removed post build task
1 parent d24daf9 commit a16f665

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Umbraco.Cms.Integrations.SEO.Semrush/Umbraco.Cms.Integrations.SEO.Semrush.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@
2626
</Content>
2727
</ItemGroup>
2828

29-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
30-
<Exec Command="mkdir &quot;$(SolutionDir)Umbraco.Cms.Integrations.Testsite.V8\App_Plugins&quot;&#xD;&#xA;mkdir &quot;$(SolutionDir)Umbraco.Cms.Integrations.Testsite.V8\App_Plugins\UmbracoCms.Integrations&quot;&#xD;&#xA;mkdir &quot;$(SolutionDir)Umbraco.Cms.Integrations.Testsite.V8\App_Plugins\UmbracoCms.Integrations\SEO&quot;&#xD;&#xA;mkdir &quot;$(SolutionDir)Umbraco.Cms.Integrations.Testsite.V8\App_Plugins\UmbracoCms.Integrations\SEO\Semrush&quot;&#xD;&#xA;&#xD;&#xA;copy /Y &quot;$(ProjectDir)App_Plugins\UmbracoCms.Integrations\SEO\Semrush&quot; &quot;$(SolutionDir)Umbraco.Cms.Integrations.Testsite.V8\App_Plugins\UmbracoCms.Integrations\SEO\Semrush&quot;" />
31-
</Target>
32-
3329
</Project>

0 commit comments

Comments
 (0)