4 references to NugetConfig
dotnet (4)
Commands\Tool\Install\ProjectRestorer.cs (2)
26if (packageLocation.NugetConfig != null) 29argsToPassToRestore.Add(packageLocation.NugetConfig.Value.Value);
ToolPackage\ToolPackageDownloaderBase.cs (2)
116var packageSourceLocation = new PackageSourceLocation(packageLocation.NugetConfig, packageLocation.RootConfigDirectory, packageLocation.SourceFeedOverrides, packageLocation.AdditionalFeeds, _currentWorkingDirectory, packageLocation.PackageSourceOverrides); 419nugetConfig: packageLocation.NugetConfig,