
Azure Devops - How to call one pipeline from another
Aug 5, 2020 · Could someone help me with how to call one pipeline from another pipeline in Azure DevOps? I have to run a pipeline and this should trigger another pipeline in different project.
Azure DevOps Pipeline passing variables between jobs
Feb 23, 2023 · Azure DevOps Pipeline passing variables between jobs Asked 2 years, 9 months ago Modified 1 year, 8 months ago Viewed 27k times
Azure DevOps - Clean build directory - Stack Overflow
Jul 1, 2020 · Azure DevOps - Clean build directory There is a Clean option on the Get Sources tab, which can perform different kinds of cleaning of the working directory of your private agent before the …
How to write if else condition in Azure DevOps Pipeline
Jul 12, 2021 · I've written a azure pipeline script to do this. I've another condition "Generate Test Data" checkbox which returns boolean value true or false if the value is true then I've to select a file …
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, 10 months ago Viewed 86k times
how can I use IF ELSE in variables of azure DevOps yaml pipeline with ...
Nov 12, 2019 · I'm trying to assign one of 2 values to a variable in addition to variable group and can't find the reference that how to use IF ELSE. Basically I need to convert this jerkins logic to azure …
Continue Azure Pipeline on failed task - Stack Overflow
Jul 8, 2019 · Continue Azure Pipeline on failed task Asked 6 years, 5 months ago Modified 1 year, 11 months ago Viewed 90k times
How to use a variable in each loop in Azure DevOps yaml pipeline
Jun 7, 2022 · How to use a variable in each loop in Azure DevOps yaml pipeline Asked 3 years, 6 months ago Modified 1 year, 9 months ago Viewed 42k times
What is the difference between Pipeline and Release Pipeline in azure ...
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) in Azure …
c# - Azure Pipelines and .NET versions - Stack Overflow
Aug 27, 2024 · Azure Pipelines and .NET versions Asked 1 year, 3 months ago Modified 1 year, 2 months ago Viewed 4k times