diff --git a/src/dotnet/CommonOptions.cs b/src/dotnet/CommonOptions.cs index c86d8c53a..30c88663e 100644 --- a/src/dotnet/CommonOptions.cs +++ b/src/dotnet/CommonOptions.cs @@ -52,7 +52,7 @@ namespace Microsoft.DotNet.Cli description, Accept.ExactlyOneArgument() .With(name: CommonLocalizableStrings.ConfigurationArgumentName) - .WithSuggestionsFrom("DEBUG", "RELEASE") + .WithSuggestionsFrom("Debug", "Release") .ForwardAsSingle(o => $"-property:Configuration={o.Arguments.Single()}")); public static Option VersionSuffixOption() =>