Skip to content

Commit 7a66b26

Browse files
committed
remove post build event commands to fix pipeline build
1 parent a1e5c5b commit 7a66b26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.UrlInspectionTool/Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,4 @@
6464
</ItemGroup>
6565
</Target>
6666

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

0 commit comments

Comments
 (0)