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
1
vote
1 answer

Integration between Azure Devops 2019 and MS Project

According to Microsoft documentation, integration between TFS and MS Project is deprecated from VS / TFS 2019 forward. Can u please let us know what the alternative solution is to sync between gants in MS Project and TFS. Thank u From Microsoft…
moital
  • 101
  • 1
  • 10
1
vote
1 answer

Can't see generated PAT on Azure DevOps Server 2019 after installing December 2019 update

We've just installed the December 2019 update to Azure DevOps server. I'm trying to register a new build agent, but generating a PAT is failing, with the following error in the browser console: ContributionData unavailable for…
DrMistry
  • 321
  • 1
  • 13
1
vote
1 answer

How do you get a list of all project iterations using the Azure DevOps Services .NET SDK?

I'd like to get a list of all the iterations for a given project in a Azure DevOps repository, using the .NET API. Is there any example of how to do this? The current documentation…
1
vote
1 answer

How can we fix the Azure DevOps SonarQube error: Class path contains multiple SLF4J bindings

Since upgrading from SonarQube 7.x to 8, the scans have stopped working. The Build task Run Code Analysis seems to succeed with several errors like: Calling the SonarQube Scanner... INFO: Scanner configuration file:…
reckface
  • 5,678
  • 4
  • 36
  • 62
1
vote
1 answer

Azure DevOps Server 2019-TFVC Prevent build from occurring if changes are only in certain folder

I've recently set up an Azure DevOps Server 2019 on our local servers using TFVC for our source control. Our branch is structured as follows: root - App1 - App1a - App1b - etc - App2 - etc - Utils Our build scripts, test utilities, apps used…
1
vote
1 answer

How do you move an Azure Devops Server project to a different collection?

In Azure DevOps 2019 Server. How do you move an existing project in an existing collection to a different existing collection on the same server instance?
user2503480
  • 193
  • 3
  • 16
1
vote
1 answer

Migration from TFVC to Git - how does it handle branches?

I'm looking into migrating our TFVC repository to Git using the "Import" option provided in Azure DevOps (Repos -> Files -> [New Git Repository] -> 'Import' button). Our TFVC repo currently has two branches: $/MyProject/Dev $/MyProject/Release_1.0 …
Andrew Stephens
  • 9,413
  • 6
  • 76
  • 152
1
vote
1 answer

How to integrate OnPrem Azure DevOps Server with the cloud one?

My firm has the Azure DevOps online version where we have all our projects and repo's. We were not able to configure CI/CD for the repo's because our internal server network doesn't have access to the internet. To overcome this issue, we built a new…
1
vote
2 answers

Azure devops Server 2019 - Error while creating Workitem states

I am trying to create a state for existing work item. For Get, the url will show the list of States under Bug. But am facing an issue when I do Post with…
Uday
  • 151
  • 1
  • 3
  • 15
1
vote
1 answer

How do I find the license information in Azure DevOps Server?

I have Azure DevOps Server '19 installed for our company. We have Microsoft subscription and licenses for Visual Studio, not sure whether we have Azure DevOps licenses though. I cannot find this information within neither the application nor the…
1
vote
1 answer

Is there a way to upload folders into an Azure TFVC Repo? I only see an option to upload files

My company is finally migrating to Azure DevOps. We are currently using TFS 2013. We do not wish to migrate our entire repository, only the tip files. When I tried this a couple of years ago in VSTS, it was easy to upload a folder, but this…
1
vote
1 answer

How to get the number of installation for TFS feed package

I need to know how many times the feed packages have been installed in our TFS we had in our TFS server package nuget packages and one of our KPIs to know how many times these nugets have been downloaded or installed and get the users who installed…
M. Shaban
  • 15
  • 5
1
vote
2 answers

How can I retrieve a list of Azure DevOps Wiki pages to be able to edit them?

I'm using the .NET client API to access our Azure DevOps server. How can I retrieve a list of Wiki pages, so I can edit their content and store the changes then? Here's what I got so far: using (WikiHttpClient client = new…
AxD
  • 2,714
  • 3
  • 31
  • 53
1
vote
2 answers

Where are the artifacts after having built, to be used by release?

I'm new to Aure DevOps. Trying to create build and release pipelines there's one thing I don't understand: Commonly, every kind of build finally results in some output, called artifacts. With Azure DevOps it seems like there is always a final copy…
AxD
  • 2,714
  • 3
  • 31
  • 53
1
vote
1 answer

Azure DevOps: Can we identify Builds triggered from a changeset number?

I have certain builds set for Continuous Integration, i.e., build for every check-in. I have an automated method to perform code merge and check-ins; now I want to get the list of builds triggered for a particular changeset created. Is there any…