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