From 6f56483ea2d22597018cf8a8023eab5a62400347 Mon Sep 17 00:00:00 2001 From: "Chris (Flaeri)" Date: Sun, 29 Sep 2024 15:46:31 +0100 Subject: [PATCH] Replace ** and Recursivedir for FastestCP test When building on windows via commandline (both cmd and pwsh), it woudl fail to find the Manialinks, and could also accidentally create a bunch of recursive folders while trying to copy said files --- tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj b/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj index 13a687d91..c172a5166 100644 --- a/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj +++ b/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj @@ -35,9 +35,9 @@ - + PreserveNewest - %(RecursiveDir)\%(Filename)%(Extension) + Manialinks\%(Filename)%(Extension)