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.
Questions tagged [azure-devops-server-2020]
107 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…

AJ Henderson
- 1,120
- 1
- 12
- 32
9
votes
3 answers
How do I update my Azure DevOps on-premise Pipeline tasks to include MSBuild v17 and Visual Studio 2022?
How do I update my on-premise, Azure Devops Pipeline tasks to include the new MSBuild v17 and Visual Studio 2022 build tasks?
I found the updated MSBuild task here:
https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/MSBuildV1
I…

Nathan Goings
- 1,145
- 1
- 15
- 33
5
votes
0 answers
Azure DevOps Server is not displaying process templates for projects
I have an Azure DevOps Server 2020 Update 1 running on premise. When I look into the projects it does not show the process templates for existing projects anymore:
Also if I drill into a single project the template is not shown:
When I look into…

Alexander Schmidt
- 5,631
- 4
- 39
- 79
5
votes
1 answer
2020 Azure DevOps (onprem) is SOOOOO slow
Issue: When going to our 2020 Azure DevOps (onprem) internal site - the page takes 2-4 minutes to load - any link thereafter takes 2-4 minutes to load. Everything eventually loads without error but this lag...UGH!
Background: Installed 2020 Azure…

Greg Turley
- 51
- 2
4
votes
1 answer
Visual Studio 2022 not showing up in the dropdown
We have on-prem Azure DevOps 2020 installed. We built a .net core 6 app in Visual Studio 2022.
However, when creating the build pipeline, VS 2022 is not showing up in the dropdown.
Has anyone faced this problem? Is MSFT supposed to release a patch…

blue piranha
- 3,706
- 13
- 57
- 98
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…

Remkop
- 123
- 7
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…

Matthew The Terrible
- 1,589
- 5
- 31
- 53
3
votes
1 answer
Merged conflict cherry-picks still show as not merged in git cherry output
tldr; Cherry-picking commit into another branch where a conflict exists, requiring manual resolution in a new branch, causes the original commit id to not show in the git -cherry -v output. How can we get the commit id to show so we know the fix…

cminus
- 1,163
- 12
- 25
3
votes
0 answers
In Azure DevOps YAML build definition how can we parameterize the name of some dependent template?
I have two templates (build-tsmain-project.yml and build-single-project.yml) which I call from another template like this:
steps:
- ${{ each project in parameters.projects }}:
- ${{ if ne(project.disable, 'true') }}:
- ${{ if…

mark
- 59,016
- 79
- 296
- 580
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,…

Preston
- 43
- 4
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…

Allemanie
- 31
- 2
3
votes
1 answer
How to update the Build Agent Manually in Azure DevOps 2020?
We have recently upgraded to Azure DevOps 2020 on our testing environment, previously we had TFS 2017 and then upgraded Azure DevOps 2019 and now to Azure DevOps 2020.
I am facing issue regarding the agents I had configured in the earlier version.…

SRP
- 999
- 4
- 21
- 39
3
votes
1 answer
DevOps Server 2019.0.1 (Azure DevOps Error - TF30063: You are not authorized to access tfs.)
After updating from TFS 2018 v3 to DevOps Server 2019.0.1 last weekend I now receive this authentication error when attempting to manage security:
TF30063: You are not authorized to access tfs.
I receive this error when attempting to manage security…

Kyle Burkett
- 1,375
- 12
- 28
2
votes
0 answers
Azure DevOps Server: Change Project Process from Basic to Agile
I want to change an Azure DevOps 2020 project's Process from Basic to Agile and I'm following this guide.
However, I can't select the projects in the part "Change the process". The word "Basic" is no link which should lead to the project's list with…

phifi
- 2,783
- 1
- 21
- 39
2
votes
0 answers
VstsAgentService error: Agent connect error: The HTTP request timed out after 00:01:00.. Retrying until reconnected
I have recently upgraded TFS 2017 update 3 to azure Devops server 2020 update 1.1. After installing a new agent in Azure Devops server 2020, the agent installation is successful but the event viewer gives below error after every 50mins. But the very…

uttara bhosale
- 97
- 2
- 2
- 11