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