From 36e7561df5319aa39e8c26c487597e593ccfe69c Mon Sep 17 00:00:00 2001 From: Meaghan Osagie Date: Fri, 19 Dec 2025 15:58:26 -0800 Subject: [PATCH] update test adapter path description --- docs/core/tools/dotnet-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-test.md b/docs/core/tools/dotnet-test.md index b3b4c1c307123..2168c576b88ee 100644 --- a/docs/core/tools/dotnet-test.md +++ b/docs/core/tools/dotnet-test.md @@ -129,7 +129,7 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework. - **`--test-adapter-path `** - Path to a directory to be searched for additional test adapters. Only *.dll* files with suffix `.TestAdapter.dll` are inspected. If not specified, the directory of the test *.dll* is searched. + The path to the custom adapters to use for the test run. Short form `-a` available in .NET SDK versions earlier than 7.