Skip to content

Commit a632dd3

Browse files
authored
Correct targets file paths
1 parent 4c7a14b commit a632dd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<GoogleSearchConsolePropertyEditorFilesPath>
4-
$(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\SEO\GoogleSearchConsole\**\*.*
4+
$(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\SEO\GoogleSearchConsole\URLInspectionTool\**\*.*
55
</GoogleSearchConsolePropertyEditorFilesPath>
66
</PropertyGroup>
77
<Target Name="CopyGoogleSearchConsolePropertyEditorAssets" BeforeTargets="Build">
@@ -12,18 +12,18 @@
1212
Text="Copying Google Search Console Property Editor files: $(GoogleSearchConsolePropertyEditorFilesPath) - #@(GoogleSearchConsolePropertyEditorFiles->Count()) files"
1313
Importance="high" />
1414
<Copy SourceFiles="@(GoogleSearchConsolePropertyEditorFiles)"
15-
DestinationFiles="@(GoogleSearchConsolePropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\SEO\GoogleSearchConsole\%(RecursiveDir)%(Filename)%(Extension)')"
15+
DestinationFiles="@(GoogleSearchConsolePropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\SEO\GoogleSearchConsole\URLInspectionTool\%(RecursiveDir)%(Filename)%(Extension)')"
1616
SkipUnchangedFiles="true" />
1717

1818
</Target>
1919

2020
<Target Name="ClearGoogleSearchConsolePropertyEditorAssets" BeforeTargets="Clean">
2121
<ItemGroup>
2222
<GoogleSearchConsolePropertyEditorDir
23-
Include="$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms\SEO\GoogleSearchConsole\" />
23+
Include="$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms\SEO\GoogleSearchConsole\URLInspectionTool\" />
2424
</ItemGroup>
2525
<Message Text="Clear old Google Search Console Property Editor data" Importance="high" />
2626
<RemoveDir Directories="@(GoogleSearchConsolePropertyEditorDir)" />
2727
</Target>
2828

29-
</Project>
29+
</Project>

0 commit comments

Comments
 (0)