All Questions
Tagged with tfs or azure-devops-server
22,001 questions
1
vote
1
answer
97
views
Idle Azure DevOps Pipelines agents are not picking up queued jobs using a classic release pipeline [closed]
I have a classic release pipeline with 262 stages to be deployed. When I deploy this pipeline, only 200 of the 300 available agents pickup jobs. The other 100 agents remain idle. In addition, the ...
1
vote
1
answer
106
views
Git issues with Azure DevOps Server (TFS 2018) using Visual Studio 2022 – Pull Request UI problems, deleted branches, and permissions [closed]
I’m working with Azure DevOps Server (TFS 2018, on-prem) and Visual Studio 2022, using Git repositories hosted on TFS.
I’m facing several issues that make Git hard to use reliably in this setup, ...
1
vote
2
answers
888
views
VS2026 legacy solution error - "This version of Visual Studio .NET does not support source controlled projects"
I have a software solution that I was editing in VS 2017 and moved to a PC with VS 2026. Upon attempting to open the solution, however, I get the below error message regarding (only) one of the ...
Tooling
0
votes
0
replies
32
views
Azure DevOps Extension – Prevent recursive onFieldChanged event when updating fields programmatically
I'm developing an Azure DevOps Form Control extension that updates work item fields based on certain configuration rules.
For example, I have two fields:
Field A
Field B
The logic is:
When A ...
1
vote
0
answers
54
views
Downloading all the folders from a TFVC collection in Azure DevOps Server
I have an old Azure DevOps Server with several collections, and each collection has several projects where the Version Control system used is TFVC. It appears to be a folder with many different ...
0
votes
1
answer
110
views
Using TFS DevOps Pipelines, how to lock a resource for build agents so it is not used by more than one pipeline at any given time
We frequently get build failures because multiple build agents are using the same resource at the same time (in our case it's a specific database tool, but it could be anything really).
TeamCity has a ...
0
votes
0
answers
43
views
azure devops manual intervention
my current azure dvops setup running Version Azure DevOps Server 2020 Update 1.2 we depend on manual approval in most of pipeline like the below task, below is the yaml we currently use
task: ...
0
votes
0
answers
37
views
TFS rebind deleted solution
I got a new copy of a solution that is different than the one I have in TFS. This new copy was never under TFS. I need to replce the solution under the exact same folder. In order to check-in the ...
0
votes
0
answers
65
views
Issues with Azure DevOps Authentication During Domain Controller Failover
I am experiencing an issue with Azure DevOps (TFS) that impacts its ability to authenticate when one of our two domain controllers goes down. Here are the details:
Environment: Azure DevOps is ...
0
votes
1
answer
156
views
git tfs clone the root repo along with all branches
Im migrating TFS to git, and running into some troubles.
The desired outcome:
migrate TFS full repo, the root TFS repo should be git master branch, and all other TFS branches should become git ...
-1
votes
1
answer
147
views
Azure DevOps Server REST API call returns HTTP 500 on a Windows server machine, but works correctly on a client machine
I'm working with the Azure DevOps Server REST API (on-premises TFS/Azure DevOps Server) from a C# application using HttpClient with UseDefaultCredentials = true.
When I run the app locally on my ...
0
votes
0
answers
79
views
How to connect to my tfs server (Azure Devops on premise) using Visual Studio Code?
I am trying to integrate my tfs server and VS Code, but I am not successful. I tried the following solutions from the links shown, but I was unsuccessful.
How to connect TFS in Visual Studio code
I am ...
0
votes
0
answers
139
views
Error on Build machine - error NU1301: Unable to load the service index for source 401 (Unauthorized)
Our build machine has just started to get the following error when attempting a nuget restore on a c# solution that uses a specific nuget feed (the only project using this feed):
error NU1301: Unable ...
0
votes
1
answer
74
views
VSS.SDK.min.js:2 No handler found on any channel for message
I am trying to create an Azure DevOps extension (in my case for Server 2020, on-premises, xml process) and for my configuration hub I keep running into "VSS.SDK.min.js:2 No handler found on any ...
0
votes
0
answers
37
views
Is it possible to restrict Azure DevOps work item context/toolbar menu to specific work item types?
I’m building an Azure DevOps Server 2022 extension that adds a custom menu item to the work item toolbar (i.e., the top menu inside the work item form).
I'm using the following extension target:
"...