MicrosoftDocs / azure-devops-docs

This repo is the home of the official Azure DevOps documentation for Microsoft. GitHub Issues filed in this repository should be for problems with the documentation.
https://docs.microsoft.com/azure/devops/
Creative Commons Attribution 4.0 International
830 stars 2.45k forks source link

Use `dependencies` instead of `stageDependencies` in stage to stage variable references. #13818

Closed andrewimcclement closed 6 months ago

andrewimcclement commented 6 months ago

stageDependencies is for jobs to reference results from other stages, to my knowledge.

prmerger-automator[bot] commented 6 months ago

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

American-Dipper commented 6 months ago

@juliakm - can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.

label:"aq-pr-triaged"

@MicrosoftDocs/public-repo-pr-review-team

juliakm commented 6 months ago

I've tested this and the code works with both stageDependencies and dependencies. Seems like a good update.

sign-off