How to pass a variable value between Azure Pipeline jobs (within the same stage)?
Since the jobs operate in different namespaces, passing variable values between them is unlike passing a variable value from one function to another.
In the example below, $app_Token is the variable name that needs to be sent from one job to another ...
dheerajgambhir.hashnode.dev2 min read