From 5b99712e62367075bbc0b31d232995a3f4acdf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Mon, 24 Feb 2025 09:27:08 +0100 Subject: [PATCH] Onboard to new dotnet test experience --- dotnet.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dotnet.config diff --git a/dotnet.config b/dotnet.config new file mode 100644 index 0000000000..63ba841e87 --- /dev/null +++ b/dotnet.config @@ -0,0 +1,2 @@ +[dotnet.test:runner] +name= "MicrosoftTestingPlatform"