From 651dc9cd7d2275d9a726eeefb8335f18a5ced846 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 21 Jan 2026 12:53:49 +0100 Subject: [PATCH] Force-copy TestPlatform framework for MSTest --- winPEAS/winPEASexe/Tests/winPEAS.Tests.csproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/winPEAS/winPEASexe/Tests/winPEAS.Tests.csproj b/winPEAS/winPEASexe/Tests/winPEAS.Tests.csproj index 9af1abd..270f67b 100644 --- a/winPEAS/winPEASexe/Tests/winPEAS.Tests.csproj +++ b/winPEAS/winPEASexe/Tests/winPEAS.Tests.csproj @@ -123,10 +123,22 @@ + <_VSTestCopyDirs Include="$(TargetDir)" Condition="'$(TargetDir)' != '' AND Exists('$(TargetDir)')" /> <_MSTestAdapterDirs Include="$(_PackagesDir)MSTest.TestAdapter.2.2.5\build\net45\" Condition="Exists('$(_PackagesDir)MSTest.TestAdapter.2.2.5\build\net45\')" /> <_MSTestAdapterDirs Include="$(_PackagesDir)MSTest.TestAdapter.2.2.5\build\_common\" Condition="Exists('$(_PackagesDir)MSTest.TestAdapter.2.2.5\build\_common\')" /> + + + +