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