Relative Content

Tag Archive for azure-devopsyamlazure-pipelinessalesforceazure-pipelines-release-pipeline

Getting “command not found” while printing variable in Azure DevOps yaml Pipeline

While creating yml for my build. I am having multiple environments, namely Dev, QA and Production, and have three Git branches acting as base feature branches representing each environment.
I have created their matching variable groups and trying to create a pipeline which runs on merge of Pull Request against each of these branches. Variables’ name in all three of them groups are identical, just their value differs.