4 references to GetMSBuildFilePath
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
463
var targetsPath =
GetMSBuildFilePath
(project, TargetsExtension);
464
var propsPath =
GetMSBuildFilePath
(project, PropsExtension);
RestoreCommand\Utility\NoOpRestoreUtilities.cs (2)
112
var targetsFilePath = BuildAssetsUtils.
GetMSBuildFilePath
(request.Project, BuildAssetsUtils.TargetsExtension);
118
var propsFilePath = BuildAssetsUtils.
GetMSBuildFilePath
(request.Project, BuildAssetsUtils.PropsExtension);