About 69 results
Open links in new tab
  1. 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

  2. How to get only changed files using Azure devops pipelines

    Dec 1, 2020 · How to get only changed files using Azure devops pipelines Asked 5 years ago Modified 1 year, 4 months ago Viewed 49k times

  3. Assign specific agent on Azure DevOps YAML Pipelines

    Jul 1, 2020 · Assign specific agent on Azure DevOps YAML Pipelines Asked 5 years, 5 months ago Modified 1 year, 4 months ago Viewed 78k times

  4. Azure DevOps Pipelines: how to check out branch of the self repo?

    Mar 3, 2022 · Azure DevOps Pipelines: how to check out branch of the self repo? You could specify the name of the self repo in the resource with a specific ref,like:

  5. Azure Pipelines - Is there a way to view the folder structure?

    Jul 27, 2020 · I'm struggling to picture the folder structure of azure pipelines. I know there are some implicit directories like: $(System.DefaultWorkingDirectory) …

  6. Azure Pipelines : differences between PublishBuildArtifacts and ...

    Dec 4, 2020 · Here is an issue about it on GitHub and Microsoft answered: Build Artifacts (published via the Publish Build Artifacts task) have been in Azure DevOps for a long time and …

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

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

  9. How to do a Foreach loop or Each within Azure Pipeline

    Jan 13, 2023 · I am trying to run an Azure Pipeline that queries an Azure Storage table, I can do this no problem by passing in $AppName from a normal pipeline variable, but id like to loop …

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