Skip to content

Commit

Permalink
Replace ** and Recursivedir for FastestCP test (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaeri authored Sep 29, 2024
1 parent 3d68f3c commit 642d34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
</ItemGroup>

<ItemGroup>
<ContentWithTargetPath Include="**\*.xml">
<ContentWithTargetPath Include="Manialinks\*.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>%(RecursiveDir)\%(Filename)%(Extension)</TargetPath>
<TargetPath>Manialinks\%(Filename)%(Extension)</TargetPath>
</ContentWithTargetPath>
</ItemGroup>

Expand Down

0 comments on commit 642d34e

Please sign in to comment.