azure-devops-docs
azure-devops-docs copied to clipboard
Remove wrong variable reference.
Job B2 references a Deployment A1 variables, with a wrong variable reference syntax.
This:
myVarFromDeploymentJob: $[ dependencies.A2.outputs['A2.setvarStepTwo.myOutputVar'] ]
Should be:
myVarFromDeploymentJob: $[ dependencies.A1.outputs['A1.setvarStep.myOutputVar'] ]
But in my opinion, the variables reference can be removed for job B2, because it is unused and misleading.
@RubenVerschuere : Thanks for your contribution! The author(s) have been notified to review your proposed change.
@juliakm
Can you review the proposed changes?
Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team
Thanks for your update! #sign-off