How do we connect to TFS from all Git repositories in a Team Project?

前端 未结 1 551
孤独总比滥情好
孤独总比滥情好 2021-02-06 10:44

I\'m running the latest Visual Studio 2013 Ultimate at work with Update 1. We have the latest Team Foundation Server 2013 as well. Several of us are very excited about the new G

相关标签:
1条回答
  • 2021-02-06 11:09

    @jamill clued me into the solution in the comments above. Git has a slightly different workflow than what we are used to with TFVC. You must connect to the repository, not just the Team Project. I had to click the refresh button for the for repositories to show up, and then double click on the repository name to connect. After that, Work Items and Build show up as expected. Yay!

    Before

    enter image description here

    Connect to the Git Repository in the Team Project

    enter image description here

    Tada!

    enter image description here

    0 讨论(0)
提交回复
热议问题