Questions tagged [azure-repos]

Azure Repos is the version control repository for Azure DevOps (previously VSTS) using either TFVC or Git.

Azure Repos is the version control repository for Azure DevOps (previously Visual Studio Team Services, VSTS) using either TFVC or Git.

380 questions
-1
votes
1 answer

Azure Dev Ops on Premise

We have a server where we have installed Azure Dev Ops, we do not use any remote directories for handling repos. Everything is done on that one server. We have created a project on C:/WorkSpace folder on the server. The project is added to visual…
learner
  • 581
  • 7
  • 27
-1
votes
1 answer

How to add a python project to an azure repository?

I am trying to add a new folder to an azure repository. This main folder has a sub-folder with a python project. When I add the main folder, all sub-folders upload successfully, except the python folder. This folder appears in the color black in…
Extranomical
  • 385
  • 1
  • 3
  • 13
-1
votes
1 answer

Migrating Classic ASP.NET solution to Azure Repo

Our development team deploys about 6 ASP.NET applications (Web forms, SOAP service, RESTful service, and executables). These applications all reference the same few .DLL libraries that hold most of our business code and those libraries reference a…
LarryG
  • 627
  • 1
  • 6
  • 14
-2
votes
1 answer

Is there a way to avoid deleting a branch in Azure DevOps without obliging pull requests?

In Azure DevOps, configuring a branch policy ensures the branch cannot be deleted. However this also obliges to use pul requests to make changes to that branch. Currently we are not using pull requests yet, but we still would like to prevent certain…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
-2
votes
1 answer

how to get azure repos details into csv file using api

hi team I want PowerShell script for to get azure repos details like (name of repo, no. of branches, PR approvers for branches, policy for branches) converted into csv file using azure API.
1 2 3
25
26