2 instantiations of ReleasePropertyProjectLocator
dotnet (2)
Commands\Pack\PackCommand.cs (1)
68
ReleasePropertyProjectLocator projectLocator =
new
(msbuildArgs.GlobalProperties, MSBuildPropertyNames.PACK_RELEASE,
Commands\Publish\PublishCommand.cs (1)
80
var projectLocator = new
ReleasePropertyProjectLocator
(msbuildArgs.GlobalProperties, MSBuildPropertyNames.PUBLISH_RELEASE, options);
5 references to ReleasePropertyProjectLocator
dotnet (5)
Commands\Pack\PackCommand.cs (2)
68
ReleasePropertyProjectLocator
projectLocator = new(msbuildArgs.GlobalProperties, MSBuildPropertyNames.PACK_RELEASE,
69
new
ReleasePropertyProjectLocator
.DependentCommandOptions(
Commands\Publish\PublishCommand.cs (2)
75
var options = new
ReleasePropertyProjectLocator
.DependentCommandOptions(
80
var
projectLocator = new ReleasePropertyProjectLocator(msbuildArgs.GlobalProperties, MSBuildPropertyNames.PUBLISH_RELEASE, options);
ReleasePropertyProjectLocator.cs (1)
26
ReleasePropertyProjectLocator
.DependentCommandOptions commandOptions)