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

Azure CD Issue : Failed to fetch App Service 'myAppServiceName' publishing credentials

I'm trying to deploy my release on a azure web App. It's not working and I don't know what to do. Maybe I'm missing something in the configuration in my app service or in my release pipeline. I've got the following error Failed to fetch App Service…
francois IBZ
  • 71
  • 1
  • 1
  • 3
6
votes
3 answers

Installing ChromeDriver on self-hosted Azure DevOps Agent

I recently created a self-hosted Azure DevOps Agent and installed with Google Crome as well. Is it possible to install Chrome Driver on this server and can I select a specific version to be used? I'd like for Chrome Driver 2.42.0.1 to be used by…
adrio
  • 71
  • 1
  • 1
  • 3
6
votes
2 answers

Azure pipeline error 'Windows PowerShell is in NonInteractive mode.'

I am installing IIS on a windows 10 Pro machine using power shell script. I am using this blog post to create the script. The script installs IIS with following core. # * Make sure you run this script from a Powershel Admin Prompt! # * Make sure…
Simsons
  • 12,295
  • 42
  • 153
  • 269
6
votes
1 answer

The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'React')

i change my iOS deployment target version 12 but still i getting below error AzureDevops " The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1." ❌ error: No profiles for…
Jenish
  • 224
  • 3
  • 12
6
votes
2 answers

Multiple microservices in a single dotnet core solution + git repo?

I'm looking into options for a new architecture solution for an API layer. We have decided to use dotnet core, and we'd like to have each part of our app's functionality broken into microservices. We use azure devops to handle the…
Will P.
  • 8,437
  • 3
  • 36
  • 45
6
votes
2 answers

nuget command to IncludeReferencedProjects in azure devops

In Azure devops I want to issue a nuget pack command that passes the option IncludeReferencedProjects. My repo is in TFVC so I do not believe I can use azure-pipelines.yml. I believe I must do this through the visual designer. I don't see an…
user2719430
  • 544
  • 1
  • 4
  • 15
6
votes
2 answers

Azure Build Pipeline with There are no accounts registered with Xcode. Add your developer account to Xcode

I am doing DevOps on my react-native projects. I want to build the project and want automation on iOS app deployment. But when I try to build it gives following error: Check dependencies Code Signing Error: There are no accounts registered with…
Jenish
  • 224
  • 3
  • 12
6
votes
3 answers

How to publish to an Azure Devops PyPI feed with Poetry?

I am trying to set up Azure Devops to publish to a PyPI feed with Poetry. I know about Twine authentication and storing credentials to an Azure Key Vault. But is there any more straightforward method? Something like this: - script: | source…
Dan Yeaw
  • 741
  • 8
  • 16
6
votes
2 answers

Where is $(System.DefaultWorkingDirectory) in Azure DevOps Pipeline

I'm trying to publish junit.xml test results in an Azure DevOps pipeline but the task isn't finding it. What would the path be from $(System.DefaultWorkingDirectory) to the generated junit.xml after running an npm test task?
davy
  • 4,474
  • 10
  • 48
  • 71
6
votes
1 answer

Azure pipeline delete Files on app service before deploy

I'm using Azure pipeline to deploy my asp.net web site on an app service. Before deploy, I need to remove some files on the remove app service. The only way is to use kudu api? Or I can use PowerShell script to access and manipulate files directly?
6
votes
0 answers

Azure Devops - Get IdentityRef of user by username

I'm working on an extension to azure devops. The intent is to create pull requests automatically when changes are pushed to a specific branch and then add some reviewers to it. There is GitPullRequest in the azure devops node api and it is possible…
Emil L
  • 20,219
  • 3
  • 44
  • 65
6
votes
1 answer

Access file content within an Azure Dev Ops/VSTS artifact using REST API

I am looking to get the contents of a file I pushed as an artifact to Azure DevOps I was able to get a json response with a URL to the artifact zip by using this…
6
votes
1 answer

How to completely replace master with another branch in Azure DevOps

Using Azure DevOps, there is a repo with valid code being maintained in a secondary branch. However, the master branch is multiple years out of date. I want to obliterate the contents of master and overwrite it with the contents of the secondary…
nuprap
  • 385
  • 5
  • 22
6
votes
2 answers

How to receive Revision in Azure Pipelines YAML build definition

I created a new build with Azure Pipelines (Azure DevOps) and it worked really well. Usually, you use $(Rev:.r) to get the revision in the build. Unfortunately, it seems the variable isn't replaced/set in the build steps. The only place where you…
pr177
  • 576
  • 7
  • 19
6
votes
1 answer

service fabric package command fails when called from tfs

While building service fabric the package command runs file in local machine, but fails when this is added as a build steps in TFS/VSTS. We are using onPrem build agent. dotnet msbuild DependentServices.sfproj /t:Package It throws error: The…
1 2 3
99
100