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

VSTest Task Parallelization for each test assembly

I have the scenario where I have multiple test assemblies: TestAssembly1.dll, TestAssembly2.dll, TestAssembly3.dll, ... Each of these assemblies contains multiple tests but within one assembly tests must be executed sequentially due to an external…
0
votes
1 answer

How to include PS code with shared YAML templates in Azure DevOps Server 2020?

We use shared YAML templates extensively in our YAML builds. Something like this: trigger: none resources: repositories: - repository: templates type: git name: DFDevOps\cicd-templates ref: refs/tags/stable-1 #…
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
2 answers

can't upload custom process template in Azure DevOps Server 2020

I'm trying to create a custom process template in Azure DevOps Server 2020. I'm using the on-premises XML process model. When I upload my custom process template I keep getting 'You can't update a system process' error. These are the steps I…
mdailey77
  • 1,673
  • 4
  • 26
  • 52
0
votes
1 answer

How to map board column to customized state in Azure Devops Server

We are using Azure Devops Server and I have added a custom state called Tested to User Stories and bugs using the Witadmin tool. I have also added transitions to all other possible states. As you can see belo, my customized state is displayed…
Janni Kajbrink
  • 661
  • 2
  • 7
  • 21
0
votes
2 answers

Where do I find Visual Studio Team explorer error details?

When I open the Pending Changes tab in Visual Studio Team Explorer, it says that "One or more errors occurred." Where can I find details on what kind(s) of error have occurred? Some background: We have recently upgraded our source code repository…
0
votes
1 answer

Azure Devops Process Template XML custom Control tag

I am designing html button inside WebpageControl tag for tfs workitems, which is inside control tag. When it renders in Azure Devops page the default size of the box is bigger than that of the button control, unable to resize the control box. Is…
0
votes
1 answer

Azure DevOps Server

I'm facing an issue in our On-Premise Azure DevOps Server 2020 where, in any TSR, I cannot find my organization's AD users in the Requested By combo-box for me to select: Is this linked to AD users or some property in templates?
DoomerDGR8
  • 4,840
  • 6
  • 43
  • 91
0
votes
1 answer

Azure DevOps 2020 - how do I select which artifacts to download for a release pipline (18.170.30525.1 (Azure DevOps Server 2020))

I have a build pipeline with 2 publish artifacts. In my release pipeline i want to download just the first artifact. I know that it should be possible as I have read here In Azure Pipelines, you can, however, select which artifacts you want to…
AMember
  • 3,037
  • 2
  • 33
  • 64
0
votes
1 answer

Azure DevOps: Cannot see option to Copy Test Plan

I cannot seem to find the settings dots (three dots) on my test plan as shown by Microsoft: My Screen: Microsoft Help: https://learn.microsoft.com/en-us/azure/devops/server/release-notes/azuredevops2020?view=azure-devops#test-plans Am I missing…
DoomerDGR8
  • 4,840
  • 6
  • 43
  • 91
0
votes
0 answers

Url/webpages blank in chrome for azure devops

Recently we have migrated from TFS 2018 to Azure DevOps 2020. After this we are unable to access the project/settings/agents pools page in chrome outside server and inside server. However, we are able to see the homepage. But we are able to access…
0
votes
1 answer

Query builds failed because of timeout - Azure DevOps Server

In our dev environment we have lots of repos, lots of builds and lots of buildservers, and most of the time things work just like they should - however, we are seeing an increase in builds that fail because of timeouts. These timeouts are not…
Johny Skovdal
  • 2,038
  • 1
  • 20
  • 36
0
votes
1 answer

Azure DevOps 2020 - GraphClient

I can't find an easy way to communicate to Microsoft AzureDevops team. I'm working on some tools that are working with Azure 2019 and there's also Azure 2020 RC right now. Microsoft deprecated SOAP API for 2019. And 2020 also, for REST Client. Thou…
0
votes
3 answers

Azure DevOps build from dynamic repo name

Anybody know if it is possible to pass in a repo name / base the build on a dynamic repo name? This would allow us to share the same build definition across different branches, cutting down on definitions when creating a feature branch, etc. When…
-1
votes
1 answer

Migrate TFS/DevOps Server to Azure DevOps Services into existing Organisation?

Is it possible to migrate TFS/DevOps Server to an existing DevOps Service that already includes projects? If it’s not possible, is there a way to manually migrate TFS repository to DevOps Services and convert the version control system to git while…
-1
votes
1 answer

Azure DevOps Project Attachment

I did a trial run on migrating a 2015 TFS projection collection to 2020 DevOps. It went successfully but now I have to redo the migration since some time has past and the developers have updated the 2015 TFS project collection. I redid my steps on…