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)
141var sourceProvider = new PackageSourceProvider(XPlatUtility.ProcessConfigFile(configFile), enablePackageSourcesChangedEvent: false);
Commands\Signing\TrustedSignersCommand.cs (1)
203ISettings settings = XPlatUtility.ProcessConfigFile(configFile);
Commands\Signing\VerifyCommand.cs (1)
76args.Settings = XPlatUtility.ProcessConfigFile(parseResult.GetValue(configFile));