2 instantiations of ReleasePropertyProjectLocator
dotnet (2)
Commands\Pack\PackCommand.cs (1)
67
ReleasePropertyProjectLocator projectLocator =
new
(parseResult, MSBuildPropertyNames.PACK_RELEASE,
Commands\Publish\PublishCommand.cs (1)
70
var projectLocator = new
ReleasePropertyProjectLocator
(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE, options);
4 references to ReleasePropertyProjectLocator
dotnet (4)
Commands\Pack\PackCommand.cs (2)
67
ReleasePropertyProjectLocator
projectLocator = new(parseResult, MSBuildPropertyNames.PACK_RELEASE,
68
new
ReleasePropertyProjectLocator
.DependentCommandOptions(
Commands\Publish\PublishCommand.cs (2)
65
var options = new
ReleasePropertyProjectLocator
.DependentCommandOptions(
70
var
projectLocator = new ReleasePropertyProjectLocator(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE, options);