I am using classic Azure DevOps release pipeline and there are 3 different stages.
In first stage I am running a PowerShell script and that sets up a dynamic variable as Write-Host "##vso[task.setvariable variable=svc_password;issecret=true;isOutput=true]$token"
In second stage I am running a python script and need to access above variable value, is there a way to do that?