Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove -r parameter for dotnet test, and change -a parameter to be shorthand for --arch, instead of --test-adapter-path #22497

Merged
merged 2 commits into from
Nov 11, 2021

Conversation

MarcoRossignoli
Copy link
Member

@MarcoRossignoli MarcoRossignoli commented Nov 6, 2021

Closes #21952
Closes #21389

cc: @nohwnd

command.AddOption(NoRestoreOption);
command.AddOption(CommonOptions.InteractiveMsBuildForwardOption);
command.AddOption(CommonOptions.VerbosityOption);
command.AddOption(CommonOptions.LongFormArchitectureOption);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this change neede?

Copy link
Member Author

@MarcoRossignoli MarcoRossignoli Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we'll support --arch/-a for architecture and no more -a for test adapter or have I misunderstood?

public static Option<string> ArchitectureOption =

The long form contains only --arch

public static Option<string> LongFormArchitectureOption =

@MarcoRossignoli
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Commenter does not have sufficient privileges for PR 22497 in repo dotnet/sdk

@nohwnd nohwnd changed the title Argument BC(--r/--a) for dotnet test for 7.0 Remove -r parameter for dotnet test, and change -a parameter to be shorthand for --arch, instead of --test-adapter-path Nov 11, 2021
@nohwnd nohwnd merged commit 59485cc into dotnet:main Nov 11, 2021
@MarcoRossignoli MarcoRossignoli deleted the bcarchruntime branch November 11, 2021 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants