Accessing group variables in VSTS Online

264 views Asked by At

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

1

There are 1 answers

0
Luis Diego Rojas On

It was the same as accessing a local variable. $(variable)