Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework.

- **`--test-adapter-path <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.

Expand Down