Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect to tfs Azure from visual studio

I created my first Team Project in my account on the tfs 2012 in the cloud.

Now, how can I connect to it through Visual Studio 2012 from my pc?

like image 272
chaliasos Avatar asked Nov 09 '12 08:11

chaliasos


People also ask

Can we connect TFS from Visual Studio Code?

Anyone looking to use the new VS Code (or using the preview like myself), when you go to the Settings (Still File -> Preferences -> Settings or CTRL+, ) you'll be looking under User Settings -> Extensions -> Azure Repos. Then under Tfvc: Location you can paste the location of the executable.

Can Visual Studio 2019 Community Connect to TFS?

Developer Community In an existing project Visual Studio 2019 cannot connect to a local TFS server while it is possible to connect from VS 2017 in the same project.


1 Answers

You can find the answer to your question at the link bellow

Connect Visual Studio to your team project

Furtheremore, there is another solution to do this.

  1. Open Visual studio 2012
  2. From the menu bar, choose View -> Team Explorer
  3. In Team Explorer view, choose the Context Menu Icon next to the team project name, and then choose Projects and My Teams -> Connect to Team Projects.
  4. In the Connect to Team Project dialog box, choose the Servers button.
  5. In the Add/Remove Team Foundation Server dialog box, choose the Add button.
  6. In the Add Team Foundation Server dialog box, type the name or URL for the server. In your case (https://yourname.visualstudio.com).

During the process you may be asked to enter the credentials from your windows live account (outlook.com, hotmail.com etc)

like image 93
Lambros Avatar answered Sep 28 '22 10:09

Lambros