6 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)
113
var packageSourceLocation = new PackageSourceLocation(packageLocation.
NugetConfig
, packageLocation.RootConfigDirectory, packageLocation.SourceFeedOverrides, packageLocation.AdditionalFeeds, _currentWorkingDirectory);
416
nugetConfig: packageLocation.
NugetConfig
,
Microsoft.DotNet.Tools.Tests.ComponentMocks (2)
ToolPackageDownloaderMock.cs (2)
127
packageLocation.
NugetConfig
,
329
packageLocation.
NugetConfig
,