22,007 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
73
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
1
answer
335
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
29
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
38
views
Downloading all the folders from TFS
I have an old Azure Devops (on-premise) with several collections, and each collection has several projects where the Version Control is TFS/TFVC. It appears to be a folder with many different ...
0
votes
1
answer
74
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
59
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
122
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
129
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
69
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
120
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
70
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
35
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:
"...
0
votes
0
answers
28
views
Integration between Bitbucket and Azure DevOps Server
I have a project repository in bitbucket. I want this repo to be triggered synchronously in azure devops pipeline, that is, when I make a change and commit it to bitbucket, azure devops will detect ...