5 references to ConfigurationOption
dotnet (5)
Commands\Pack\PackCommand.cs (3)
70parseResult.HasOption(PackCommandParser.ConfigurationOption) ? parseResult.GetValue(PackCommandParser.ConfigurationOption) : null 122var configuration = parseResult.GetValue(PackCommandParser.ConfigurationOption) ?? "Debug";
Commands\Pack\PackCommandParser.cs (1)
108command.Options.Add(ConfigurationOption);
Telemetry\TelemetryFilter.cs (1)
126optionsToLog: [PackCommandParser.ConfigurationOption]