I'm using group variables in a VSTS Online project, and I need to access a variable of a group called GlobalGroupA from a powershell script in the release pipeline. Does anyone know how to do this?
Regards
I'm using group variables in a VSTS Online project, and I need to access a variable of a group called GlobalGroupA from a powershell script in the release pipeline. Does anyone know how to do this?
Regards
It was the same as accessing a local variable. $(variable)