5 references to ProcessConfigFile
NuGet.CommandLine.XPlat (5)
Commands\ConfigCommands\ConfigRunners.cs (2)
111
ISettings settings = XPlatUtility.
ProcessConfigFile
(args.ConfigFile);
133
ISettings settings = XPlatUtility.
ProcessConfigFile
(args.ConfigFile);
Commands\PushCommand.cs (1)
141
var sourceProvider = new PackageSourceProvider(XPlatUtility.
ProcessConfigFile
(configFile), enablePackageSourcesChangedEvent: false);
Commands\Signing\TrustedSignersCommand.cs (1)
203
ISettings settings = XPlatUtility.
ProcessConfigFile
(configFile);
Commands\Signing\VerifyCommand.cs (1)
76
args.Settings = XPlatUtility.
ProcessConfigFile
(parseResult.GetValue(configFile));