dmitryserbin / azdev-release-orchestrator

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

getStages use displayName instead of stage name #80

Open rockit666 opened 2 years ago

rockit666 commented 2 years ago

I called different stages in a multistage environment and it didn't work. So, I set the debug flag and the function "getStages" respone a list of displayNames instead of stage names.

Screenshot 2022-08-09 113844

I think this behavior is wrong