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
1
vote
1 answer

Retrieve project's process in Azure DevOps Server

We have migrated TFS to Azure DevOps Server 2019 (17.143.28621.4). We want to know the migrated projects' process. In Azure DevOps Service, this information is displayed on "Organization settings -> Projects" but not with Azure DevOps…
vernou
  • 6,818
  • 5
  • 30
  • 58
1
vote
1 answer

Clone git from Azure DevOps Server (on-prem) using access token

I have an Azure DevOps Server instance installed on a Windows Server 2019 machine: https://tfs.acme.com I'm trying to clone a repository using a personal access token. I managed to clone the repository using my NTLM login password, but not using the…
1
vote
0 answers

Need assistance : We can't import and export process in azure devops

We want to import process into or azure devops Organization (board /Process) but the feature is disabled. All permissions are set to be allowed. Permissions list We try to import process from rest API: { "$id": "1", "innerException": null, …
1
vote
1 answer

How do I find the license information in Azure DevOps Server?

I have Azure DevOps Server '19 installed for our company. We have Microsoft subscription and licenses for Visual Studio, not sure whether we have Azure DevOps licenses though. I cannot find this information within neither the application nor the…
1
vote
1 answer

Power BI limits OData.Query to WorkItemSnapshot in Azure DevOps Server by 10000 rows

I'm making report about work progress in my company, how remaining/completed work is changed during time associated with given Epic work item. I'm using: Azure DevOps Server 2019 Power BI Desktop 64 bit Version: 2.65.5313.5141 64-bit (January…
Van Ng
  • 773
  • 1
  • 7
  • 17
1
vote
1 answer

Azure DevOps Server start a scheduled build manually

I'm trying to create a scheduled build. To check my syntax i tried to start the build manually, but got the following message: My yaml file looks as follows: name: $(Build.DefinitionName)_$(build.buildId) trigger: none schedules: - cron: "0 2 * *…
Oswald
  • 1,252
  • 20
  • 32
1
vote
1 answer

Migrating from TFS 2013 to Azure DevOps Server 2019: Pre-prod v/s Prod migration

I need to migrate a TFS 2013 instance to Azure DevOps Server 2019. I want to setup a new instance of Azure DevOps server with all the data migrated over from TFS 2013 and both the instances up and running at the same time. The plan is to…
DevOpsy
  • 667
  • 1
  • 8
  • 18
1
vote
1 answer

Redirect to a collection other than DefaultCollection

There are 4 collections on my Server 2019. Each time, when I using URL http://tfsserver:8080/tfs/ to access TFS, I am redirected to http://tfsserver:8080/tfs/DefaultCollection. Is there a way to redirect me to…
0
votes
1 answer

Disable auto-update Azure DevOps Extension Azure DevOps Server

in my company we're using Azure DevOps hosted on-premises. We have an internal team managing Azure DevOps Server and we need to disable the auto-update function for some (or even all) Azure extensions as SonarQube, because some new versions cause…
0
votes
1 answer

how to check out files from Repo of Azure DevOps in Edge

I installed Azure DevOps on my Windows Server and made a Team Foundation repository. We used to use it in Visual Studio, but in my new project We decided to use it in Edge. However, DevOps Repo seems that it does not support check-out in case of web…
0
votes
1 answer

Azure DevOps Web Hooks - How to limit history/logging

I started using Web Hooks in Azure DevOps and was curious, if there's a way to limit history to an x amount of days/events and/or disable Detailed logging. I subscribed to events like Build completed and Work item updated, which are generating a…
0
votes
1 answer

Send Mail Job hangs in Azure DevOps Server

We are running Azure DevOps Server 2020 Update 1.2 For the second time this month, the email notification system stopped working. The test email function still works though, so the smtp server details are good. Restarting the background job agent…
Nico
  • 627
  • 7
  • 23
0
votes
2 answers

Get Members of a Group in Azure DevOps Server 2022

I need to know the way to get the users of a specific group through the REST API of Azure DevOps Server 2022, that is, on-premise. We are going to use as an example url 192.168.0.1 and the DefaultCollection as practice purposes. I have searched the…
0
votes
1 answer

Connect from Sourcetree to Azure DevOps Server 2020

I have a repo in Azure DevOps Server 2020 (on-premise), which contains a lot of files. I'm trying to use Sourcetree to maintain changes in repo. Sourcetree has an option to setup remote account to connect to ADS. But I cannot connect to ADS, I get…
0
votes
0 answers

Azure DevOps .net6 API pipeline, the restore and build task using separate msbuild version

I have a simple pipeline building REST API project in .net 6. When Restore task is running it's showing following information C:\Windows\system32\chcp.com 65001 Active code page: 65001 Info: .NET Core SDK/runtime 2.2 and 3.0 are now End of…
A.P.S
  • 1,124
  • 4
  • 17
  • 36