Skip to content

Commit bb36b64

Browse files
authored
Update description --test-adapter-path option (#50712)
* update test adapter path description * update option description
1 parent 54facfc commit bb36b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-test-vstest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework.
9595
9696
- **`--test-adapter-path <ADAPTER_PATH>`**
9797

98-
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.
98+
The path to the custom adapters to use for the test run.
9999

100100
Short form `-a` available in .NET SDK versions earlier than 7.
101101

0 commit comments

Comments
 (0)