Alex Kwitny
Alex Kwitny

Reputation: 11564

How can I launch Visual Studio's "track changeset" window from PowerShell or another command line?

I have a lot of branches and changesets that are moving around, and to track them, I have to manually click on each changeset, track, etc. and it's really time consuming.

I'm trying to figure out a way to call the visualization window with arguments and just get the produced output.

enter image description here

enter image description here

I'm using VSTS, but I'd imagine the same applies to TFS.

I've looked at VSTS CLI (https://learn.microsoft.com/en-us/cli/vsts/?view=vsts-cli-latest) and TFS PowerTools but so far nothing seems to work.

Upvotes: 0

Views: 400

Answers (1)

Marina Liu
Marina Liu

Reputation: 38116

For TFVC repo hosted in VSTS, you can not tracking changeset by VSTS cli or TFVC commands.

For TFVC repo hosted in TFS, there has no way to tracking changeset by TFS power tool neither.

Upvotes: 1

Related Questions