Azure pipelines – dynamically get variable
I have defined a variable called tst-my--variable, and another one uat-my--variable in my azure pipeline like below. When I'm running the azure-pipelines.yml, I'm checking the environment in which the pipeline is executing and defining a variable "environmentName". After that I…