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
2
votes
2 answers

MSBuild Task on TFS 2018 failing with the wrong .net SDK Path

I have a MSBuild task to build a service fabric project on TFS 2018 [On-Premises]. The solution builds fine locally using Visual Studio 2019 and MSBuild. It fails on the TFS Build Agent with the error.. Error NETSDK1045: The current .NET SDK does…
2
votes
1 answer

Azure DevOps Server 2019 - Rules, make required attachments on state change

I'm new using Azure DevOps Server and i having some problems creating rules. I'm trying to make a rule that doesn't allow the user to change the state of a Feature on the Board if this Feature doesn't have any attachment on it. The rule i created is…
2
votes
2 answers

Exporting work item definition fails in Azure Devops 2019

I get the following error when I try to export a work item witadmin in Azure DevOps 2019 witadmin exportwitd /collection: /p:AutoRI /n:Bug /f:\exported1.xml The feature is disabled. Contact your Azure…
2
votes
1 answer

Azure DevOps Server: Why does Test Impact Analysis identify my tests both as "impacted" and as "not impacted"?

I have a .net framework (v4.8) class library project that contains 18 xUnit.net unit tests that target another project. In my Azure DevOps Server (ADOS) pipeline I have a rather standard Visual Studio Test task that find the test assembly with the…
urig
  • 16,016
  • 26
  • 115
  • 184
1
vote
1 answer

On premise Azure DevOps diff coverage requirements

I'm using and on-premise installation of Azure DevOps Server 2020 Update 1.2. I'm trying to configure the build pipeline to obtain the diff coverage indicators in the files tab of pull requests as shown in…
1
vote
1 answer

Showing swimlane in detail view

I have a custom 'work item type' in an on-premise TFS. I want to show the System.BoardLane field (the swimlane of the item) in the detail view of an item (when clicking the item in kanban board). I see that the field is already referenced in the…
Endy Tjahjono
  • 24,120
  • 23
  • 83
  • 123
1
vote
1 answer

How can I use Release pipeline to deploy to openshift

I am working with Azure Devops server, CI is handled by build pipeline, now I want to use Release pipeline to be able to deploy the built image of the code to openshift, How can I achieve this ? I am using quay to store the images, and will use an…
1
vote
1 answer

How to work with Azure Devops Server to use Universal Package Task

I am working with Azure pipelines where the microservice has a dependency which has different versions.(Example: abc-1.0.1, abc-1.0.2) How should I store those dependency in Azure Devops I came across The Universal Package task, which is currently…
1
vote
1 answer

How to recover Pipelines (builds) in Azure DevOps Server 2020 that got removed during ADS upgrade?

How to recover Pipelines (builds) in Azure DevOps Server 2020 that got removed during install? Before upgrade: ADS 20219 After upgrade: ADS 2020 (missing build history for 30+ day builds) The ADS 2020 install will silently REMOVE any builds…
1
vote
1 answer

Azure DevOps Server database growing out of control

My Azure DevOps Server 2020 Update 1.1 database has grown to over 1TB, and I see no reason for it becoming so big. I have quite aggressive retention policy (all builds are set to be deleted as soon as possible, and test results are to be deleted…
1
vote
1 answer

Installing Azure DevOps Server on a non OS partition/drive

This question applies to Azure DevOps Server 2019 and 2020 I need to install the Azure DevOps application tier or move/set the ADO IIS applications root path to a different drive than the Operating System. I have reviewed the Basic and Advanced…
1
vote
0 answers

NTLM authentication is not possible with default credentials on this platform. [*.csproj]

I have private Nuget feed from Azure Artifact that I want to use inside docker, but I am getting the following error: /usr/share/dotnet/sdk/5.0.402/NuGet.targets(131,5): error : Unable to load the service index for source…
cashmere
  • 885
  • 3
  • 12
  • 37
1
vote
1 answer

What is the appropriate agent setup on an Azure Devops on premise server with disabled anonymous authentication?

I have an on-prmise Azure Devops installation. Due to company security policies we need to disable Anonymous Authentication in IIS for the devops portal. However this causes the agents to go offline. I have played with installing the agents with the…
user2503480
  • 193
  • 3
  • 16
1
vote
1 answer

Azure DevOps Server (On-prem) Permission to Everyone

Would be great if someone can clarify this. We are using Azure DevOps 2020 Server (On-prem). We have a team project that contains only Wiki, other services are disabled. Is there a way to grant permission to EVERYONE in a organization instead of…
1
vote
1 answer

Edit Pull Request comment for other users

We recently moved our Azure DevOps Server instance to another server, changing its public URL. Because of this, any links/images in Pull Request comments are still pointing to the old URL. I have written C# code to use the API to change the comments…
1 2
3
9 10