Get Tfs Shelveset file contents at the command prompt?

前端 未结 6 1161

I\'m interested in getting the contents of a shelveset at the command prompt. Now, you would think that a cmdlet such as Get-TfsShelveset, available in the TFS Power Tools,

6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-18 04:07

    If you want get shelveset changes from server by using tfs command

    Using power shell:

    Get-TfsPendingChange -Server http://example.com/org -Shelveset shelvsetName

    Using vs commands:

    c:\projects>tf shelvesets BuddyTest_23

    more info about this please see here https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/shelvesets-command?view=azure-devops

提交回复
热议问题