This tag is used to identify questions about the use of the Azure DevOps / TFS API, in any supported language, and any tools that support or build upon it.
I need to programmatically find out information about branches in TFS. For instance the main thing i am interested is …
.net tfs tfs-sdkI have forked a project with the code below: var pc = ParentSection.GetService<IPendingChangesExt>(); var model = pc.GetType().…
visual-studio visual-studio-2012 tfs visual-studio-2015 tfs-sdkWe use company Team Foundation Server 2013 for source code and task management. Is there a way how can I manipulate …
tfs-sdk azure-devops-rest-apiGiven a certain product backlog id, I want to programmatically retrieve a list of tasks that are child to the …
c# .net tfs-sdkI've created the check-in policy from this MSDN article as an example (code is just copy / pasted). This works fine, …
visual-studio-2012 tfs-sdk tfvc checkin-policyI'm trying to enable passthrough or impersonation authentication inside an ASP.NET website that uses the TFS2010 API. I've got …
asp.net tfs impersonation tfs-sdkOn one of my machines, I get a return value of null from any GetLocalWorkspaceInfo call. I have isolated to …
c# tfs-sdkWe are programmatically generating deployment emails, based on the history of changesets and associated workitems since the last deployed build. …
tfs tfs-sdkI want to get the URL of the web access Page for a specific TeamProject. I found some samples using …
tfs tfs-sdk