Azure – How to make decision to run a step in extended template based on value of System.PullRequest.TargetBranch & System.PullRequest.SourceBranch
I have three level nested Azure DevOps yaml templates. In my second level nested template I want to conditionally call the third level template based on the target branch for pull request. For e.g. level3@templates should only be called if…