For each deployment stage I have my own variable group which are made up of the repository name and the branch name. As I dont want to edit the azure-pipelines.yml manually after each fork or merge, im tying to use the predefined variables as a group name. variables: - group: $...