From e7a9f3d5e3cbff40d53b4145a81bf031d0e8d6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Tue, 14 Jul 2026 17:03:44 -0700 Subject: [PATCH] Add testConfig.json that sets captureTrace=false --- test/Directory.Build.targets | 19 +++++++++++++++++++ test/testconfig.json | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 test/testconfig.json diff --git a/test/Directory.Build.targets b/test/Directory.Build.targets index 8efa853c656c..a8175acc79c1 100644 --- a/test/Directory.Build.targets +++ b/test/Directory.Build.targets @@ -30,6 +30,25 @@ + + + + + diff --git a/test/testconfig.json b/test/testconfig.json new file mode 100644 index 000000000000..90a7c6104701 --- /dev/null +++ b/test/testconfig.json @@ -0,0 +1,7 @@ +{ + "mstest": { + "output": { + "captureTrace": false + } + } +}