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:

20680 questions
222
votes
34 answers

Error TF30063: You are not authorized to access ... \DefaultCollection

I'm using TFS Preview (Team Foundation Service) with one of my projects with Visual Studio 2012. I'm also using an on-premises TFS server with most of my projects. When I use my on-premises TFS after using TFS preview and go back to using TFS…
fincooper
  • 2,647
  • 2
  • 13
  • 11
175
votes
3 answers

Client authentication error when starting Visual Studio 2015 SP3

I just performed a clean install of Visual Studio 2015 SP3, and I'm getting this in the Output window at startup: We were unable to automatically populate your Visual Studio Team Services accounts. The following error was encountered: TF400813:…
InteXX
  • 5,804
  • 5
  • 33
  • 54
172
votes
42 answers

Visual Studio 2017 - Git failed with a fatal error

I am using Visual Studio 2017 Community Edition (CE), and I have signed into my Microsoft account and I am connected to VSTS. I can see all my projects and repositories, but when I attempt to pull/fetch/push any changes I get the following…
sham
  • 3,269
  • 3
  • 12
  • 21
139
votes
3 answers

Remote branch on Visual Studio online doesn't appear on Visual Studio 2015 Team Explorer

I have created a new Git repository on Visual Studio online. I have cloned on my computer and I have added it a project. After that, I have created a new branch called develop on Visual Studio online, and I have tried to check it out creating a new…
VansFannel
  • 41,682
  • 96
  • 329
  • 561
128
votes
8 answers

How can I refresh the list of remote branches in my Visual Studio 2017 Team Explorer panel?

How can I refresh the list of remote branches in my Visual Studio Team Explorer panel? In the Visual Studio 2017, Team Explorer, Branches panel, I could see the 10 or so branches in our VSTS instance. Then in Chrome, I deleted some of the older…
SteveC
  • 13,636
  • 21
  • 86
  • 155
122
votes
7 answers

Unable to authenticate with Git Bash to Visual Studio Team Services

I am unable to run any commands against my remote repository at Visual Studio Team Services (VSTS) because authentication fails. I am able to do pulls, etc. through Visual Studio. But only through Visual Studio. Not through Git Bash, or any other…
onefootswill
  • 3,296
  • 5
  • 39
  • 83
121
votes
20 answers

Authentication failed for https://xxx.visualstudio.com/DefaultCollection/_git/project

I am trying to use git to push my repository to a visual studio team services project, but I get the error: fatal: Authentication failed for (url of team project) I am using the commands: git remote add origin …
GurdeepS
  • 58,809
  • 95
  • 236
  • 371
111
votes
17 answers

Git in Visual Studio - add existing project?

I'm trying to put an existing project under Git source control, but I'm unclear on several things. I have set up a 'Team Foundation Service' Git account online. I currently have an ASP.NET MVC 4 solution - in my Projects folder. I have created a Git…
niico
  • 8,315
  • 18
  • 65
  • 125
104
votes
3 answers

What are the big differences between TFVC (TFS Version Control) and Git for source control when using Visual Studio 2013?

There are tons of questions and answers about Git versus TFVC Source Control, but no current answers cover the integration of Git into Team Foundation Server/Service that I can find. I'm starting green pasture development using a wide variety of…
Greg Grater
  • 1,891
  • 4
  • 16
  • 23
99
votes
21 answers

BuildTasks.Csc task could not be loaded from the assembly?

I feel guilty asking a question like this around here, but I'm at a loss and would appreciate some help. A proof-of-concept like web application was built on one PC and put up on a repo to download on another PC at a different location. There was…
Softerware
  • 2,447
  • 2
  • 13
  • 20
92
votes
5 answers

Azure DevOps, YAML release pipelines?

I am following this process to create a YAML build pipeline for a .NET Core Web API project: https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started-yaml?view=vsts When it comes to releasing it, I note that the (recently renamed) Azure…
79
votes
3 answers

Change GIT account of Visual Studio Team Explorer

I am having a very weird situation when cloning a Git repository from our company private server. The repository is not anonymous (it requires authentication), but when cloning, VS didn't ask any username and password and automatically use an old…
Luke Vo
  • 12,823
  • 19
  • 79
  • 132
76
votes
5 answers

Cannot determine the organization name for this 'dev.azure.com' remote url

So i just updated to a new Visual studio version and I'm no longer able to push/pull from/to my azure git repo (cloning works fine). The exact error I get is Cannot determine the organization name for this 'dev.azure.com' remote url. ensure the…
Menyus
  • 3,517
  • 2
  • 9
  • 28
76
votes
5 answers

Delete team project from Visual Studio Team Services

I am using Team Services on domain visualstudio.com and I need to delete one project, I found out that I need to use command prompt to delete projects, but when I tried the script it seemed that it doesn't work My Script is, TfsDeleteProject …
zdarsky.peter
  • 5,776
  • 8
  • 33
  • 54
74
votes
8 answers

How can I change the default credentials used to connect to Visual Studio Online (TFSPreview) when loading Visual Studio up?

When I load Visual Studio 2012 up, it will attempt to connect to the previous TFS server that it was connected to. On one of my machines (that also happens to connect to occasionally TFS2008 and TFS2010 servers) always seems to default to completely…
Rowland Shaw
  • 36,411
  • 12
  • 91
  • 161
1
2 3
99 100