2 references to GetPackagesConfigFilePath
NuGet.Build.Tasks (1)
RestoreTask.cs (1)
277
string packagesConfigPath = BuildTasksUtility.
GetPackagesConfigFilePath
(project.RestoreMetadata.ProjectPath);
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1377
string packagesConfigPath = BuildTasksUtility.
GetPackagesConfigFilePath
(project.RestoreMetadata.ProjectPath);