In my release pipeline having Two artifacts.
Build
Tests
While selecting files under artifact I am using "Release.PrimaryArtifactSourceAlias" and accessing the Build artifact files. but is there any variable we can use to access files under Test artifact.
I have tried with "Release.TriggeringArtifact.Alias" but in Documentation only mentioned that for scheduled and manual releases this value will be empty.