I am looking at a way of extracting out the name of "Source (build pipeline)" value in a Release from a build artifact screen.
In the attached screenshot the "Source (build pipeline)" value (in red circle) is "Subscriber-Build", whereas the Source Alias always has the _ underscore character, e.g. "_SubscriberBuild"
I've tried the following variable and variations of:
$(Release.Artifacts.{$(Release.PrimaryArtifactSourceName)}.DefinitionName)
as suggested here but with no success.
Is this actually possible?