
Loops and arrays in Azure Devops Pipelines - Stack Overflow
Jul 10, 2020 · Loops and arrays in Azure Devops Pipelines Asked 5 years, 4 months ago Modified 1 year, 9 months ago Viewed 86k times
Assign specific agent on Azure DevOps YAML Pipelines
Jul 1, 2020 · Assign specific agent on Azure DevOps YAML Pipelines Asked 5 years, 4 months ago Modified 1 year, 4 months ago Viewed 78k times
Continue on error (but still report as error) in Azure Pipelines
Nov 12, 2019 · I have an Azure Pipelines pipeline defined by a YAML file that compiles, runs some tests, and then publishes test results. It's clearly impossible to run tests without …
azure - Use a variable in one task which is defined in another task …
Jan 3, 2024 · How to use a variable in one task which is defined in another task in a DevOps pipeline? This is the yaml script I am using: -task: PowerShell@2 displayName: 'SetVal' inpu...
How to work with DependsOn having stage dependency in Azure …
Feb 20, 2021 · How to work with DependsOn having stage dependency in Azure DevOps Asked 4 years, 8 months ago Modified 3 years, 9 months ago Viewed 47k times
How to use a variable group in a Azure Pipelines yml template?
Apr 11, 2022 · So I'm working on a bunch of pipelines and I've set everything up using yml templates. However I struggle with getting protected variable expanded inside of my template …
Correct syntax to reference an azure pipeline variable inside an ...
Jul 12, 2023 · Correct syntax to reference an azure pipeline variable inside an expression Asked 2 years, 4 months ago Modified 2 years, 4 months ago Viewed 2k times
What is the difference between Pipeline and Release Pipeline in …
Oct 27, 2019 · Pipelines is a name in latest DevOps user interface for Builds. In old UI it's like this: It can be said that Pipeline (or Build, or Build Pipeline) represents CI (continuous integration) …
Run Azure Pipelines job only when certain files are changed
Apr 27, 2020 · Run Azure Pipelines job only when certain files are changed Asked 5 years, 6 months ago Modified 2 years, 7 months ago Viewed 19k times
Azure Pipelines: Logging in using Workload Identity Federation
Apr 9, 2024 · In the Azure DevOps project where you pipeline is in, go to " Project Settings " > " Service connections " to create the new ARM service connection. Select " Azure Resource …