dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 12 forks source link

Variable scope on release pipeline? #90

Open dsantunes opened 1 year ago

dsantunes commented 1 year ago

Hi, I don't see an option to set a variable scope when defining variables for a release pipeline. From previous experience with the API, it assumes variable scope is "Release", when some variables are sometimes scoped to specific stages.

Has anyone tested this?

Thanks