azure-devops-docs
azure-devops-docs copied to clipboard
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.
Giving direct Read permission on the repository does not grant the ability to open PR requests from Forks. Once the user is added to a group of the project and...
Visual Studio App Center is scheduled for retirement on March 31, 2025 - the docs should include a warning about this.
The start of the code block was written twice.
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,...
1.Corrected the statement for example where the output variable is set in a non-deployment job. 2. Added the example to reference an output variable from a deployment job. 3. Made...
A variable "winning" seems a little silly - stating that a variable takes precedence based on scope is generally how this concept is phrased.
The section "Extend from a template" was not showing up in the document at all due to moniker range incorrectly placed. And also because of this, the link ("extending from...
This pull request includes updates to the documentation in `docs/pipelines/process/variables.md` to improve clarity on variable usage in Azure DevOps pipelines. The most important changes focus on refining the guidance for...
The docs are incomplete on permissions needed in a custom role, as well as being ambigious as to whether the `Reader` role is needed in addition to the custom role...