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

increase Max file size limit that can be uploaded in VSTS testcase results attachment

Need steps to increase file size limit from the standard 100 mb to say 300mb. what are the configurations that are required for this? Thanks
Uday
  • 151
  • 1
  • 3
  • 15
0
votes
1 answer

How do I give Permissions using Azure DevOps Server Rest APi

https://learn.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-server-rest-5.0 https://learn.microsoft.com/en-us/rest/api/azure/devops/security/access%20control%20entries?view=azure-devops-server-rest-5.0 Hi there, I'm having…
0
votes
1 answer

(TFS) Test Result meaning of field "Tested Build"

I am working with Azure DevOps Server (TFS) Test Management tool but there is a field concerning Test Results that I can find anywhere in docs for explanation. The field is named Tested Build, I've attached an image highlighting it. If one can give…
Nick King
  • 300
  • 2
  • 14
0
votes
1 answer

How to setup Azure DevOps Server 2019 with LDAP

I am trying to connect our Azure Devops Server 2019 to our external Active Directory. I have no experience with LDAP, connecting to an AD or similar. It should be possible for users to log on to the Azure DevOps Server with their AD credentials.…
Zordak
  • 1
  • 3
0
votes
1 answer

Can't create inherited process in Azure Devops

I am new to Azure Devops server and I'm trying to create an inherited process. my collection is type hosted xml . I used this link: https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/manage-process?view=azure-devops But I…
0
votes
1 answer

Get Code Review comments history from TFS 2018

I am using TFS 2018 On Premise. Is there any way to get the list of review comments (like shown in Visual studio) using api or using TFS query.
0
votes
1 answer

How can I add a context menu extension to Azure DevOps 2019 Wiki More drop-down

I want to add a menu option to the Azure DevOps 2019 Wiki More drop-down list. I looked in the Microsoft docs (https://learn.microsoft.com/en-us/azure/devops/extend/reference/targets/overview?view=azure-devops) but I don't see any…
0
votes
1 answer

YAML Template use in Azure Devops Release Server 2019

Can we create and use YAML Templates in Azure Devops Server 2019? If yes, please share useful links.
0
votes
1 answer

Azure DevOps Server 2019 Programmatially copy test case error Exception: 'TF237124: Work Item is not ready to save'."

I'm able to copy most test cases with this code (trying to copy shared steps to be part of the test case itself) but this one will not copy but I can not see any error message as to why - could anyone suggest anything else to try. See output from…
0
votes
2 answers

azure devops server : revoke access from Domain Admin User

I'am recently installed Azure DevOps Server 2019 in on-premises server. However, i'am so confused : How i can block access from Domain Admin User Group : all memebers can access and manage all project and collection I ask for idea to implement…
Quentin Merlin
  • 664
  • 1
  • 6
  • 31
0
votes
1 answer

Azure Devops Server 2019's Pipeline is getting failed while robocopy command run through bat file

​Hello, I have created on bat file, that contains a lot of logic among them there is one command which I have to run to complete the whole logic of bat file. the command is robocopy with a timestamp. MY Commands: @echo off echo…
0
votes
1 answer

Integration of Kony with Azure DevOps Server 2019

One of my customer is Using Kony Platform to build Android and iOS mobile application using Kony Studio. When working with Kony Studio, they are able to generate the Android .apk files in the bin folder, based on the debug or release mode. When we…
Siddharth
  • 436
  • 2
  • 11
  • 29
0
votes
1 answer

Unable to remove elastic search service during Azure DevOps Server upgrade

Trying to upgrade TFS 2018 to DevOps Server 2019. Stuck at readiness checks screen. It wants me to remove elasticsearch service. The service is stopped. And the path mentioned in the service properties, specifically the Search folder, does not…
joym8
  • 4,014
  • 3
  • 50
  • 93
0
votes
2 answers

Starting Dev Ops Server For the First Time, Stuck at Hello World

I just installed dev ops server locally using the basic method, which included installing sql express and a new db for the server. https://i.stack.imgur.com/cf3aN.png I'm now running the url to get to the site which 'should' forward me to start a…
Chris
  • 119
  • 8
0
votes
1 answer

Azure DevOps - The process 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' failed with exit code 3762504530

I am doing on premise deploy with Azure DevOps and I got this error as below. I am deploying this on the windows 10 pro machine. Could any help on this would be great help. As I have tried to find some solution but could not find. The process…