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