Questions tagged [azure-devops-server]

Azure DevOps Server (formerly Team Foundation Server or TFS) is the latest iteration of Microsoft's DevOps and ALM product suite which contains source control (Azure Repos), CI/CD (Azure Pipelines), agile work and portfolio management (Azure Boards) etc. Use this tag for questions on the on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

Azure DevOps Server (previously known as TFS - Team Foundation Server) is the home for your project data in the cloud and provided by Microsoft.

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

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 Git repos for your project. Collaborative pull requests, advanced file management, and more.
  • Azure test plans All in one planned and exploratory testing solution.

Updates

The current cadence of Azure DevOps Server releases is annual, with versions named by the year they were released (Azure DevOps Server 2019, Azure DevOps Server 2020 etc.). Feature timeline for both on-prem and cloud version can be found here

Tag usage

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

Other resources

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

143 questions
17
votes
6 answers

"Configuring the trigger failed, edit and save the pipeline again" with no noticeable error and no further details

I have run in to an odd problem after converting a bunch of my YAML pipelines to use templates for holding job logic as well as for defining my pipeline variables. The pipelines run perfectly fine, however I get a "Some recent issues detected…
12
votes
2 answers

How to uninstall or remove configuration of a deployment pool or deployment agent

I am using Azure DevOps Server (TFS), and I register deployment pool agents in my test and production servers, now iIneed to uninstall or remove the configuration on my server and in my UI how can I do that there are a script to run or just delete…
8
votes
1 answer

How Can You Replace a Package in Artifacts

We have a custom feed in Azure DevOps Server for NuGet packages. When uploading the Microsoft.AspNetCore.Authentication.Core 2.2.0 package something went wrong and now we have a bad package in our feed. According to this question, asked and…
Scott Kuhl
  • 1,021
  • 11
  • 11
7
votes
2 answers

Azure Artifacts Private npm Feed Authentication Failed

A few months ago I created a private npm feed in Azure Artifacts. Authentication with this feed worked fine. Recently others have started using this feed and authentication is not working for them using the tokens they have generated from Azure…
6
votes
3 answers

Using inherited process model for existing collection on Azure DevOps Server 2019

With Azure DevOps Server 2019 RC it is possible to enable inherited process model on new collections (see release notes). Is there any way to use the inherited process model also for existing collections, where no customization on the process was…
6
votes
2 answers

TFS build with multiple GIT repositories

Looks like TFS supports only one repository per build. It is not enough for me as soon as I need to use some 3rd party libraries stored separately. I can use GIT submodule for this, but in this case the build will not be associated with commits and…
Eugene
  • 3,335
  • 3
  • 36
  • 44
5
votes
2 answers

No agent found in pool XXX which satisfies the following demand: visualstudio although vs2022 community is installed

We have a build agent (a self hosted buildserver) which apparently satisfies msbuild, but not visualstudio so we tried to install vs. I installed vs2022 community on the server and restarted. Still those mails comes when a change is detected in the…
5
votes
1 answer

How to use vmImage on pipeline using Azure DevOps Server?

Following the documentation here, I am trying to use vmImage: 'ubuntu-latest' in Azure Devops Server. How can I use vmImage: 'ubuntu-latest' in my Azure DevPps Server?
5
votes
2 answers

How do I automatically log domain users in to Azure DevOps Server 2019?

We are running Azure DevOps 2019. The users are all authenticated by their domain accounts and are using Google Chrome. They log in to Azure DevOps Server with their Windows username and password. I would like it if users on the domain were…
Beakster
  • 348
  • 1
  • 12
4
votes
1 answer

How to use PAT on Azure DevOPS Server to clone a git repo

Hi we are trying to clone a git repo from our local Azure DevOps server 2020.0.1. We are using the command bellow, but it is not working. Should this be possible? The documentation I try to follow is this. But it is a bit unclear. git clone…
4
votes
1 answer

Azure Devops Marketplace - Azure Devops Server 2020 Support

Is Azure Devops Server 2020 supported in the marketplace yet? I've recently build an extension and added support for ADO Server 2019, but when I update the installation targets to include the new server version I don't see any changes in the…
4
votes
2 answers

Use timestamp variable in azure devops pipeline

I am stuck at using build variables in azure devops pipelines. What I try to achieve: Create variable with the current timestamp and use this variable to set the build name and the artifact version (for traceability). In my current configuration the…
TylMH
  • 55
  • 1
  • 2
  • 7
4
votes
1 answer

How do I resolve TF51005 for ReflectedWorkItemId when migrating Azure DevOps data?

i am trying to migrate a project from one organization project to another Project . From Source Azure Devops Project to Target DEvops project. What should be the ReflectedWorkItemIDFieldName: ? i tried changing it to…
3
votes
0 answers

How to add public npm packages to Azure DevOps package feed

I'm trying to setup an NPM Package Feed on Azure DevOps Server 2020, and am running into an issue with installing/adding packages to that feed. I have the feed set as my registry in my .npmrc, and am able to install packages from the feed, however,…
3
votes
0 answers

Azure devops server hangs on send work items in email

we have recent upgraded from TFS to Azure Devops server 2020.01. Now we encounter an issue that when we want to mail work items it stays on 'please wait'. Occasionally it works, but largely not. Already tried with different browsers. Within chrome…
1
2 3
9 10