Output variable from normal Azure Pipeline Job not expanding in Deployment Job
In the code below, I have a variable (storage_account_name
) being output in the first job, within the task called TaskName
. I want to be able to retrieve its value in a second job (deployment job), but the variable is empty.
How to run custom jobs before inheriting from an immutable YAML template
We want to add the following snippet before inheriting from an immutable YAML that does the build job.