Questions tagged [azure-devops]

Azure DevOps is a suite of 5 services you use together or independently. For example, Azure Pipelines provides build services (CI) as well as release management for continuous delivery (CD) to any cloud and on-premises servers. Azure Repos provides unlimited private Git hosting, Azure Boards provides agile planning (issues, Kanban, Scrum, and dashboards). Please note that there's a separate tag for Azure DevOps Server (formerly TFS) - the on-prem version.

Azure DevOps (previously known as Visual Studio Team Services or Visual Studio Online) is the home for your project data in the cloud and provided by Microsoft.

Questions about Azure DevOps (including ) may be more appropriate at one of the other Stack Exchange sites, such as

You can get up and running in minutes and deploy to any cloud provider, including Microsoft Azure, using any language and IDE.

You can set up an environment that includes everything from hosted Git repos and project tracking tools, to continuous integration and continuous deployment. Azure DevOps includes:

  • Azure pipelines CI/CD that works with any language, platform, and cloud. Connect to GitHub, Azure Repos or any Git repository and deploy continuously.
  • Azure boards Powerful work tracking with Kanban boards, backlogs, team dashboards, and custom reporting.
  • Azure artifacts Maven, npm, and NuGet package feeds from public and private sources.
  • Azure repos Unlimited cloud-hosted private Git repos for your project. Collaborative pull requests, advanced file management, and more.
  • Azure test plans All in one planned and exploratory testing solution.

Pricing

For Open source projects, get unlimited users and build time for free with up to 10 parallel jobs on Linux, Windows or macOS hosted on servers by Microsoft.

For small teams the first 5 users are free:

  • Azure pipelines: 1 hosted job with 1,800 minutes per month for CI/CD and 1 self-hosted job
  • Azure boards: Work item tracking and Kanban boards
  • Azure repos: Unlimited private Git repos
  • Azure artifacts: Package management
  • Load testing (20,000 VUMs/month)
  • Unlimited stakeholders

For growing teams, there are additional non-commitment monthly user plans available for additional team members starting at around $6 per user per month. Find out more here.

Updates

New features and updates are introduced to Azure DevOps Services every 3 weeks. Users will receive new features before they are rolled up into an update to the on-premises Team Foundation Server product. The release notes for each deployment is available by RSS feed and is summarized into an Azure DevOps Features timeline available here.

Tag usage

It is recommended to use the tag along with the specific product area tags:

Other resources

We have channels that you can also voice your concerns, FAQs, documentation and submit an idea:

30055 questions
6
votes
3 answers

How to get URL of Pipeline Build

From within a run of Azure Pipeline build, is there any way to get the URL of the build that is running? Something like: https://dev.azure.com/{organization}/{project}/_build/results?buildId={build_number} I would have assumed that it would have…
PortMan
  • 4,205
  • 9
  • 35
  • 61
6
votes
3 answers

Migrating existing (entire) Azure DevOps pipeline to YAML based pipelines (in bulk)

I would like to move the existing Azure DevOps pipelines to YAML based for obvious advantages. The problem is there are many of these and each one has many jobs. When I click around in Azure DevOps, the "View YAML" link only appears for one job at a…
dparkar
  • 1,934
  • 2
  • 22
  • 52
6
votes
2 answers

Fastlane Getting Freeze at Running script '[CP] Embed Pods Frameworks' With azure Pipeline

Using Fastlane with azure pipeline Build getting a freeze at Running script '[CP] Embed Pods Frameworks we aren't able to do further action on the build as it gets stuck on given a run script Error:https://ibb.co/qFbqqfz Also, raise the same query…
6
votes
1 answer

Can I upload existing NuGet packages to an Azure DevOps artifacts feed?

I'm currently migrating from TFS 2012 to Azure DevOps 2019 (both on-premise). With the old server, I would manually create NuGet packages from some of our builds, and host these .nupkg files on a file share (configured as a package source in Visual…
6
votes
1 answer

In Azure DevOps, how do I prevent failing unit tests from failing the build?

I have a build pipeline which contains a build task, a publish task, and a test task. There are some unit tests that fail, which is causing the whole build to fail. How can I prevent this? I don't want to have to require 100% of my unit tests to…
ekolis
  • 6,270
  • 12
  • 50
  • 101
6
votes
1 answer

Run Linux containers in an Azure DevOps Windows hosted build agent

I'm using Azure DevOps, and have a Linux build pipeline (ubuntu-16.04) setup that builds the code, starts containers with Docker Compose, then runs integration tests using the containers. This all works great. Now I want to setup a Windows build…
Cocowalla
  • 13,822
  • 6
  • 66
  • 112
6
votes
1 answer

How to add/update files in git repository from Azure DevOps Pipeline Dynamics 365 CE

Short Version When a build pipeline is triggered, one of the build pipeline task will get the latest files and it has to be added/updated in the git repository of current running pipeline. I tried to do it by using command line task but its failing…
ntn
  • 330
  • 2
  • 3
  • 10
6
votes
2 answers

Azure DevOps Permissions for Individual Repositories

Let's say I have created a new project (MyProject) on ADO. In it, I have 2 repositories (MyRepo1 and MyRepo2). I would like to invite another user to contribute code to MyRepo1, but don't want them seeing MyRepo2. How can this be done? I have…
bubbleking
  • 3,329
  • 3
  • 29
  • 49
6
votes
2 answers

Azure DevOps private nuget repo Unauthorized when building with docker

I am trying to create a docker image for my project that has a private Azure DevOps nuget repo. I am able to connect to the repo in visual studio with my credentials but when I try to build a docker image I get an error. Unable to load the service…
tyczj
  • 71,600
  • 54
  • 194
  • 296
6
votes
5 answers

pass output from terraform to Azure Devops Pipeline with state file in azure backend store

I cannot seem to retrieve the public ip address output of Terraform for next step in build pipeline in AzureDevops. Terraform state pull works and outputs to json file, cannot grep on output. Terraform state show [options] ADDRESS does not support…
DeclanG
  • 240
  • 2
  • 6
  • 21
6
votes
1 answer

How to set path in azure-pipeline using prependpath

I am trying to set path in an Azure-pipeline using prepend path echo '##vso[task.prependpath]$(HOME)/miniconda3/bin' echo "New path 1... $PATH" ##vso[task.prependpath]($HOME)/miniconda3/bin echo "New path 3... $PATH" …
Bhavani Ravi
  • 2,130
  • 3
  • 18
  • 41
6
votes
2 answers

Test NuGet package Installation on C# project in Azure Pipeline

Is it possible, as part of a CI process for NuGet package creation, to install a newly created package to a project, residing in the repository? So that the installation can be tested. It's easy to do using Visual Studio UI, but how to do it on a…
Andrey Ershov
  • 1,773
  • 1
  • 16
  • 26
6
votes
1 answer

Azure DevOps pipeline artifact displays this error: "No version is available for PlatformV2 Build..."

Full error: No version is available for PlatformV2 Build or the latest version has no artifacts to publish. This might fail deployment. Please check the source pipeline. I checked the "PlatformV2 Build" and I see that there have been many…
ekolis
  • 6,270
  • 12
  • 50
  • 101
6
votes
3 answers

How to reference a parameter within a parameter in an ARM template?

I can't seem to find any way to use the value of a parameter as part of another parameter in a parameter file for ARM templates: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion":…
Birdman
  • 1,404
  • 5
  • 22
  • 49
6
votes
2 answers

Can an array variable defined in Azure DevOps "variable group"

I want to define some variables in Azure devops "variable group" which will be used in Powershell, but when the variable type is string it works, but some is array or object went wrong. mine look like below. left is the name,right is the…
wenbo
  • 99
  • 1
  • 1
  • 5