From 9713766c9a633a2e855f4278f9fb76bb50a40625 Mon Sep 17 00:00:00 2001 From: Brice SCHUMACHER Date: Sat, 4 Apr 2026 18:33:16 +0200 Subject: [PATCH] chore: integration test now copy doggydog directly in bin directory --- .../build/NotoriousTest.IntegrationTests.targets | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/NotoriousTest.IntegrationTests/build/NotoriousTest.IntegrationTests.targets b/NotoriousTest.IntegrationTests/build/NotoriousTest.IntegrationTests.targets index 247085f..3239348 100644 --- a/NotoriousTest.IntegrationTests/build/NotoriousTest.IntegrationTests.targets +++ b/NotoriousTest.IntegrationTests/build/NotoriousTest.IntegrationTests.targets @@ -1,19 +1,11 @@  - $(MSBuildThisFileDirectory)../../tools/win-x64/ - $(MSBuildThisFileDirectory)../../tools/linux-x64/ win-x64 linux-x64 - - - - - - - - + + \ No newline at end of file