Skip to content

Commit 6f090b3

Browse files
authored
Split 'dotnet test' classes in two directories (VSTest/MTP) (#50639)
1 parent 626f3b3 commit 6f090b3

File tree

88 files changed

+169
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+169
-193
lines changed

src/Cli/dotnet/Commands/Test/CliConstants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace Microsoft.DotNet.Cli.Commands.Test;
88
internal static class CliConstants
99
{
1010
public const string ServerOptionKey = "--server";
11+
public const string HelpOptionKey = "--help";
1112
public const string DotNetTestPipeOptionKey = "--dotnet-test-pipe";
1213

1314
public const string ServerOptionValue = "dotnettestcli";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)