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