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