About 17,900,000 results
Open links in new tab
  1. 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 …

  2. Loops and arrays in Azure Devops Pipelines - Stack Overflow

    Jul 10, 2020 · Loops and arrays in Azure Devops Pipelines Asked 5 years, 5 months ago Modified 1 year, 10 months ago Viewed 86k times

  3. 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

  4. 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 …

  5. 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 …

  6. 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

  7. Is it possible to add runtime parameters based on condition

    Apr 20, 2021 · Is it possible to add runtime parameters based on condition - Azure Devops Pipeline I am afraid it it impossible to runtime parameters conditionally define values based on …

  8. 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) …

  9. How do I trigger build and test on a pull request in azure devops?

    Apr 22, 2020 · 107 How do I trigger build and test on a pull request in azure devops? Build validation should be exactly what you are looking for. Set a policy requiring changes in a pull …

  10. 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