Skip to content

Commit 65eef05

Browse files
authored
Document --test-runner option for dotnet new globaljson
1 parent b574b4b commit 65eef05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/core/tools/dotnet-new-sdk-templates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,10 @@ API Controller with or without read/write actions.
705705
The roll-forward policy to use when selecting an SDK version, either as a fallback when a specific SDK version is missing or as a directive to use a later version.
706706
For more information, see [global-json](global-json.md#rollforward).
707707

708+
- **`--test-runner <TEST_RUNNER>`**
709+
710+
This option was introduced in .NET 10 SDK and specifies the test runner to use, either VSTest or Microsoft.Testing.Platform. The default is VSTest.
711+
708712
### `sln`
709713

710714
Creates an empty solution file containing no projects.

0 commit comments

Comments
 (0)