4 references to GetMSBuildFilePath
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
443
var targetsPath =
GetMSBuildFilePath
(project, TargetsExtension);
444
var propsPath =
GetMSBuildFilePath
(project, PropsExtension);
RestoreCommand\Utility\NoOpRestoreUtilities.cs (2)
135
var targetsFilePath = BuildAssetsUtils.
GetMSBuildFilePath
(request.Project, BuildAssetsUtils.TargetsExtension);
141
var propsFilePath = BuildAssetsUtils.
GetMSBuildFilePath
(request.Project, BuildAssetsUtils.PropsExtension);