2 references to PUBLISH_RELEASE
dotnet (2)
Commands\Publish\PublishCommand.cs (1)
70var projectLocator = new ReleasePropertyProjectLocator(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE, options);
ReleasePropertyProjectLocator.cs (1)
62Debug.Assert(_propertyToCheck == MSBuildPropertyNames.PUBLISH_RELEASE || _propertyToCheck == MSBuildPropertyNames.PACK_RELEASE, "Only PackRelease or PublishRelease are currently expected.");