How to pass variables between Azure Release Pipeline Stages
Is there a way within a Release pipeline in Azure to pass variables created in one stage to the next stage? I see lots of documentation about using echo "##vso[task..... - This however does not seem to work within the…