Questions tagged [azure-devops-server-2020]

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. The current version of Azure DevOps Server is 2022. Use this tag for questions on the on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

107 questions
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

Sync Cloud Azure Active Directory to Azure DevOps On-Prem Local Server

The majority of Azure clients are migrating from On-Prem DevOps Server to Cloud DevOps Services. Due to a unique project requirements my organization must do the opposite and transition from Cloud DevOps Services to On-Prem DevOps server. Our…
0
votes
0 answers

Rest API to Perform CRUD operation on Devops Server Permission Groups

There is a graph Web API for accessing Permission Groups in Devops Online. The Azure CLI also provides an interface for this same functionality. The Graph API and Azure CLI are not available for Azure Devops 2020 Server. I am having trouble…
JBL
  • 41
  • 1
  • 3
0
votes
1 answer

How do we enable code reviews in Azure DevOps?

Our company has multiple projects, and uses code reviews in most of them. However in one decades-old project we get the following message: "This feature can't be used until your Azure DevOps administrator has enabled it on the team project." In…
Robin Bennett
  • 3,192
  • 1
  • 8
  • 18
0
votes
1 answer

Upgrading from TFS 2017 to Azure Devops Server and changing the domain at the same time. Possible?

We're upgrading from TFS 2017 to Azure Devops Server shortly. I've gone through several trials and everything has gone better than expected - super easy. But there's a new wrinkle. The new machine will be on a different domain than the old one.…
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
1 answer

Azure DevOps Server 2020 - Installing Search - error not compatible

Hi We are running Azure Devops Server 2020 update 1 patch 4. We want to use the Search functionality On a dedicated server). Im following the steps on this site:…
Remkop
  • 123
  • 7
0
votes
0 answers

Azure DevOps pipeline is cancelled when another project is queued

This seams to be opposite to problem the majority of people are having. Basically, we have the default pool with a number of agents listed. A pipeline build is requested and allocated to an agent, an agent is allocated no problem. Once all the…
RickWeb
  • 1,765
  • 2
  • 25
  • 40
0
votes
1 answer

Listing Users via Azure DevOps Server 2020 (On-prem) REST API

The standard answer online seem to be to use Identities. Has this been removed? My response regardless of query complexity, from basic list to with specific ID, returns 404. Can it really be that there is no supported endpoint of getting users via…
0
votes
1 answer

update Process Configuration in Azure DevOps server 2020

I am update my TFS 2018 update 3 to Azure devops Server latest version. Now i want to migrate to Azure devops service. I am use azure devops migration tool, and when i started this tool i have error "Validation Proccess faild". I read this article…
0
votes
1 answer

NuGet Package Artifact not downloading in Azure Release Pipeline

I'm currently trying to setup a release pipeline in Azure DevOps server, with multiple Artifacts. The first Artifact is published from a build pipeline and the other artifact is a NuGet Package hosted in an Azure Artifacts feed. When I create and…
0
votes
1 answer

Azure Devops Server: Can't get ADS search (Code, Wiki, Work Item) to work from disaster recovery site ADS web portal

This is the only doc I can find for installing Search on ADS app server. Alas, it is ambiguous and, I fear, is missing some info I need to get ADS search (Code, Wiki, Work Item) to work from my disaster recovery site ADS App Server. Here is the…
VA systems engineer
  • 2,856
  • 2
  • 14
  • 38
0
votes
1 answer

Sonarqube scanner - Java HotSpot(TM) 64-Bit Server VM warning The paging file is too small

I am trying to run the sonar scanner on a docker virtual machine as part of my private Azure DevOps build server and am getting an error with the pagefile not having enough memory to complete the analysis. My docker image is running windows server…
0
votes
1 answer

How can I configure Azure DevOps Server Environment agent as I keep getting VS30063 error?

I have an installation of Azure DevOps Server 2020.1.1 which is running on a EC2 windows virtual machine (Server 2019). I have been able to install an instance of the agent that is running as a build agent but when I try to install a copy of the…
John Sharland
  • 53
  • 1
  • 7
0
votes
0 answers

Setting up second application tier for Azure DevOps Server outside of the domain

We currently have an install of Azure DevOps 2020 with a separated data and application tier. We want to set up a second application tier for a different group to hit, but we can't seem to get it to work. Ideally, we wanted to set it up on a DMZ box…
ChrisC
  • 1,161
  • 12
  • 26
0
votes
0 answers

Fetch Git branch in DevOps Server 2020 to build in DevOps Services Pipeline?

We have an on-prem instance of DevOps Server 2020 hosting a Git repo as well as other ADO tools and I am doing some experimentation on a free DevOps Services instance to prevent any muddying of our existing Pipelines and Releases. I am currently…