Check-out/in files on TFS via PowerShell

前端 未结 2 440
感情败类
感情败类 2021-02-09 05:30

I\'d like to use PowerShell to automate check-out and check-in of edited .csproj files to TFS. I only need to change single files to pending and check those in.

Does an

2条回答
  •  我在风中等你
    2021-02-09 05:59

    You can checkin with the New-TfsChangeSet cmdlet and checkout with the Add-TfsPendingChange -Edit cmdlet.

    To get the cmdlets you have to have the Microsoft Team Foundation Server 2010 Power Tools installed.

提交回复
热议问题