azure-devops-docs icon indicating copy to clipboard operation
azure-devops-docs copied to clipboard

Remove wrong variable reference.

Open RubenVerschuere opened this issue 1 year ago • 2 comments

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 avatar Sep 19 '24 08:09 RubenVerschuere

@RubenVerschuere : Thanks for your contribution! The author(s) have been notified to review your proposed change.

prmerger-automator[bot] avatar Sep 19 '24 08:09 prmerger-automator[bot]

@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

Court72 avatar Sep 19 '24 15:09 Court72

Thanks for your update! #sign-off

juliakm avatar Sep 30 '24 17:09 juliakm