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)
121
var sourceProvider = new PackageSourceProvider(XPlatUtility.
ProcessConfigFile
(configurationFile.Value()), enablePackageSourcesChangedEvent: false);
Commands\Signing\TrustedSignersCommand.cs (1)
252
ISettings settings = XPlatUtility.
ProcessConfigFile
(configFile.Value());
Commands\Signing\VerifyCommand.cs (1)
66
args.Settings = XPlatUtility.
ProcessConfigFile
(configFile.Value());