python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
powershell tfs VersionControlServer service is null
I am trying to use via poweshell the TFS VersionControlServer
$tpc=[Microsoft.TeamFoundation.Client.TfsTeamProjectCollectionFactory]::GetTeamProjectCollection($tfsCollectionUrl)
$service = $tpc.GetSer...
Charper
Votes: 0
Answers: 0
Asynchronous QueryQueuedBuilds
Our program uses the QueryQueuedBuilds from Microsoft.TeamFoundation.Build.Server to get all the queued builds from our build server.
So far we did it synchrone from a DispatcherTimer tick method, but...
ffonz
Votes: 0
Answers: 1
TFS: How do I add undo unchange to action in Visual Studio2019?
How can I add the following plugin to Actions, Visual Studio?
Sara tabaghchi
Votes: 0
Answers: 1
Azure Devops API: Find a Git commit by Sha1 prefix, branch name or tag name?
In a local Git installation, I can use "git show" to find a specific commit, given a SHA1 hash prefix, a branch name, or a tag name.
How can I achieve the same thing with the TFS/Azure Devop...
Robin
Votes: 0
Answers: 2