Skip to content

Commit 65ab242

Browse files
Update dotnet test --arch and --runtime options (#48181)
1 parent 68c8c77 commit 65ab242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/core/tools/dotnet-test.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,9 @@ With Microsoft Testing Platform, `dotnet test` operates faster than with VSTest.
496496

497497
Short form `-r` available starting in .NET SDK 7.
498498

499+
> [!NOTE]
500+
> Running tests for a solution with a global `RuntimeIdentifier` property (explicitly or via `--arch`, `--runtime`, or `--os`) is not supported. Set `RuntimeIdentifier` on an individual project level instead.
501+
499502
- **`-v|--verbosity <LEVEL>`**
500503

501504
Sets the MSBuild verbosity level. Allowed values are `q[uiet]`, `m[inimal]`, `n[ormal]`, `d[etailed]`, and `diag[nostic]`. For more information, see <xref:Microsoft.Build.Framework.LoggerVerbosity>.

0 commit comments

Comments
 (0)