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
4
votes
1 answer

n Azure Devops pull requests.Complete associated work items after merging disable

In Azure Devops I have a git repository with a develop branch. We create multiple feature branches from this branch and merge code into develop via pull requests. Once we complete the pull requests the work items got completed. its all closed from…
4
votes
3 answers

Unable to build VB6 application in DevOps Server

My requirement is to be able to Build VB6 application through Microsoft Azure DevOps Server 2019. For this, I have installed VB6 Enterprise IDE on Microsoft Server 2019, which is working perfectly. For building, I opted to use a Powershell script,…
4
votes
3 answers

How to connect AWS EKS cluster from Azure Devops pipeline - No user credentials found for cluster in KubeConfig content

I have to setup CI in Microsoft Azure Devops to deploy and manage AWS EKS cluster resources. As a first step, found few kubernetes tasks to make a connection to kubernetes cluster (in my case, it is AWS EKS) but in the task "kubectlapply" task in…
4
votes
0 answers

How can I setup the Azure DevOps Server Jira Service Connection?

I am trying to integrate Azure DevOps Server 2019 with Jira so I have attempted to add a "Jira service connection". This seems to be an out-of-box connector as I'm not aware of any Jira extensions being installed. The configuration screen offers…
Andrew Sumner
  • 793
  • 2
  • 12
  • 29
4
votes
2 answers

How to use Azure DevOps server (TFS) Predefined Variable in My Ansible Playbook?

I want to use Azure DevOps Predefine Variable "$(Build.SourcesDirectory)" in My playbook: Here is my playbook: --- - hosts: KBR_MTL361 tasks: - name: copy file win_copy: src: D:\Web.config dest: $(Build.SourcesDirectory) I am…
4
votes
2 answers

Azure DevOps Server: How to prevent 'Access to path is denied' when initalizing a job?

I am using Azure DevOps Server 2019 (ADOS for short, installed on-premises) to run end to end tests based on Selenium in C#. Every now and then a build ends badly without properly stopping the chromedriver.exe process used by my Selenium tests. As a…
urig
  • 16,016
  • 26
  • 115
  • 184
4
votes
1 answer

Azure DevOps - Use YAML templates in a Git Submodule

So i have 11 repositories of 1 project, they are all micro-services. I have one repository called DevOps where everything that has to be shared across YAML builds, is shared using a Git Submodule. For some reason i cant seem to reference yaml…
3
votes
3 answers

How to change the agent build directory?

My Azure DevOps pipeline currently creates the path "C:\Agent-xyz_work\23\s..." for keeping the build output that will be used in the sub-project builds. Is there a way to set the build folder as just "C:" or "C:\w" etc? I need this because there is…
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.…
3
votes
1 answer

Storing 3rd-party DLLs in source control (Azure DevOps/TFS/Git)

We have an in-house TFS (Azure DevOps 2019) server and many Visual Studio solutions, some of which reference various 3rd-party DLLs (a dozen at most). These are typically purchased libraries, so don't exist as NuGet packages. We store these DLLs in…
3
votes
2 answers

Why does a Personal Access Token (PAT) need full access to serve the Azure DevOps REST API?

When accessing Azure DevOps via REST API through PowerShell, the Personal Access Token (PAT) used for authentication needs Full access. When the PAT is set to Custom defined access with every scope enabled, some requests fail: Invoke-RestMethod :…
3
votes
0 answers

Why does "Powershell on Remote Machine" task pause for 30 seconds before executing inline script?

When running "Powershell on Remote Machine" task in Azure Devops (on-premise) server, we consistently see a 30 second pause in the execution. This makes even very simple remote remote script invocations take at least 30 seconds to complete.…
John Sivertsen
  • 268
  • 2
  • 8
3
votes
1 answer

NuGet package restore in Azure DevOps build pipeline

This is a follow-up to a question I had yesterday: NuGet package restore in builds and Visual Studio I have since removed the ".nuget" solution folder from my VS2013 solution, but the "Visual Studio build" task in my build pipeline now fails, with…
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…
3
votes
2 answers

How to run the Automated testcases from the TestPlan in AzureDevops

I am pretty new to Azure Devops. Currently i am trying to run The Automated Selenium (C#) testcases from Test Plans in Azure Devops. I am referring to the following link to set up the Release Plan to Run Automated Tests from Test…
Neethz
  • 31
  • 1
  • 3
1
2
3
26 27