Questions tagged [azure-devops-server-2019]

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

393 questions
0
votes
1 answer

'Automated' option not shown in 'Automation Status' dropdown in Testcase work Item in Azure Devops

In Azure DevOps documentation : https://learn.microsoft.com/en-us/azure/devops/boards/queries/build-test-integration?view=azure-devops It mentions that : Field nameDescriptionWork item typeAutomation Status1The status of a test case. You can…
0
votes
1 answer

Azure DevOps yaml-pipeline deployment: "Provider phase is not supported"

Azure DevOps yaml-pipeline with deployment job fails with error Provider phase is not supported. What am I doing wrong? Azure DevOps Server Version Dev17.M153.5. trigger: - master jobs: - deployment: ExperimentalDeploy displayName: Deploy my app …
SerG
  • 1,251
  • 4
  • 18
  • 37
0
votes
1 answer

Move product backlog items to another teamwork board project

I'm going to move PBIs(product backlog items) with its tasks to another teamwork board project, but I couldn't find an option to do this, it would be so helpful if anyone could help me.
siavash bashiri
  • 420
  • 1
  • 5
  • 18
0
votes
1 answer

Azure DevOps server how to make certain group available for all projects

Initially we were using only one project and multiple security groups have been created on this project level. Recently we have created multiple projects and would like to reuse the same security groups for those projects. Is it possible to reuse…
Alexey Auslender
  • 402
  • 5
  • 18
0
votes
2 answers

Azure Devops, how to get all shared query of my project - Powershell or C#

We're using TFS19 Update 1. We added a new field and we want to change all queries that used until now old field, to use this new one. For that, first we need to find all queries that used the old field and then changed them manually or with…
0
votes
0 answers

Azure DevOps Calendar - Add Event "Cannot read property 'getEnhancer' of undefined

I installed the Team Calendar extension in our Azure DevOps Server 2019 collection and the calendar works great for me, but anyone else that tries to add an event will get a login prompt after adding the event and the error "Uncaught TypeError:…
0
votes
1 answer

Customized states not visible in Visual Studio 2019 work item view

I have an Azure DevOps Server on-premise and I customized the inherited process to have the additional "In Progress"-States "Ready": Default states and additional state "Ready" In the web view this new state is shown correctly: Azure DevOps Server…
0
votes
1 answer

What are the standards of Azure Sql development with Azure DevOps?

What are the industrial standards for developing a CI/CD pipelines for Azure SQL database? I have an existing Azure SQL database (DEV instance, includes Schemas, Tables, Functions, Stored Procedures, etc. ) the code for these are hardcoded (meaning,…
0
votes
0 answers

tf.exe workfold "unable to determine source control server" when running as network service

When I run the following command "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\tf.exe" workfold under my local account I am getting the…
1408786user
  • 1,868
  • 1
  • 21
  • 39
0
votes
1 answer

Update parent field value when change child field value in a hosted process xml Devops Server 2019

I want to update a field value from a parent task when a field value from its children task is updated. For example, you submit 5 hours in Completed work field on ChildTask. This value has to be submitted also in ParentTask Completed Work field and…
0
votes
0 answers

How resolve error "Some or all identity references could not be translated" returned by DevOps 2019 console administration

I'm using windows server 2016 and Azure DevOps Server 2019 update 1.1. I succesfully configured two trusted domain A and B. In DevOps console administration (installed on a server in domain A), when I try to add a user (from domain B), I obtain the…
0
votes
2 answers

First build with Azure Devops

I'm running builds with AzureDevops piplines. When I'm creating new pipline I'm not queueing it and just saving. If CI trigger is selected pipline will run if anything is checked in. But on the very first run/chack-in pipline will be liked…
Mak Sim
  • 2,148
  • 19
  • 30
0
votes
1 answer

Find license details in DevOps Server 2019

We upgraded our TFS to DevOpsServer 2019 U1.1 Where do I find now how many user cal's I have installed and to what user there are assigned to in DevOps2019 ?
acki
  • 11
  • 4
0
votes
2 answers

Azure Devops Server: How to setup build pipeline to get git sources as a task instead of geting it automatically

I'm trying to make some builds more efficient by spliting them into multiple agent steps. First step will build our entire product, with unit tests and all and create an artifact containing unit tests, and two or more subsequent steps will run…
Joel
  • 203
  • 2
  • 13
0
votes
1 answer

How resolve error "system.security.principal.windowsidentity - The true relationship between the primary domain and the trusted domain failed"?

I'm using TFS 2017 update 1 on premises in a windows server 2012 r2 (I plan to upgrade to Azure DevOps Server 2019 update 1.1 by the end of year) In the meantime I have a very big problem with following settings: - the service account (user with…
Francesco Sclano
  • 145
  • 1
  • 12