Closed
Description
The page of Dotnet test command line reference states these parameters
[-r|--results-directory <RESULTS_DIR>]
[--runtime <RUNTIME_IDENTIFIER>]
And it worked perfectly until I upgraded to .NET 7 latest rc, that change parameters -r to be
-r, --runtime <RUNTIME_IDENTIFIER> The target runtime to test for.
Update the documentation because I have lots of scripts that uses dotnet test -r OutputDirectory and I lost time trying to understand because they starts failing on some machine with weird errors.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 61ca4064-7481-a263-60fc-c70127f2ad16
- Version Independent ID: 2878af44-8208-7bd8-46d4-3acda3e82ce0
- Content: dotnet test command - .NET CLI
- Content Source: docs/core/tools/dotnet-test.md
- Product: dotnet-fundamentals
- Technology: dotnet-cli
- GitHub Login: @tdykstra
- Microsoft Alias: tdykstra