-1

I am working on Xamarin with Visual Studio 2017. My organization has its own domain base TFS server, Now I need to configure that server to my Visual Studio 2017 Mac version projects.

I found the Visual Studio code is capable to connect the TFS, but it's connecting the Visualstudio.com server, I need to connect to the server which is my organization.

halfer
  • 19,824
  • 17
  • 99
  • 186
Ganesh
  • 924
  • 2
  • 12
  • 34
  • Hi Ganesh, have you figured out how to do this? The [video](https://www.youtube.com/watch?v=6IzJ2UPGmoQ&feature=youtu.be) has very detail steps. If my reply helped Appreciate for[marking it as an answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) which will also helps others in the community. :) – PatrickLu-MSFT Jul 11 '17 at 10:36
  • Hi Ganesh. Please reply to @Patrick, who has taken the time to give you assistance. Did you find the answer below of any use? If so, please consider upvoting and/or accepting it. Let me know when you have read this, so I can remove my downvote, thanks. – halfer Aug 06 '17 at 23:54

2 Answers2

2

For visual studio Mac, TFS isn't supported for now. There has been a uservocie, you can vote up and monitor it.

TFS Version Control

https://visualstudio.uservoice.com/forums/563332-visual-studio-for-mac/suggestions/17136163-tfs-version-control


However as a workaround, you could use Visual Studio Code to connect on-premise TFS server.

TFVC

You can connect to TFVC using the Visual Studio Team Services extension since version 1.116.0 (2017/04/12). This extension allows you to connect to Team Services and Team Foundation Server.

Note: You need Team Foundation Server 2015 Update 2 or later.

More details please take a look at my reply at this question: Connect VS code with TFS on mac

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
0

Here is an alternate way of doing the same.It is working fine for me

How to use TFS on a Mac

Steps to be followed:

Step 1: Install Eclipse

Step 2: Download and install the TFS everywhere plugin

Step 3: Checkout your solution using the eclipse to a local folder

Step 4: Open the solution in Visual studio and make the code changes

Step 5: Open eclipse and commit your changes.

Shyju M
  • 9,387
  • 4
  • 43
  • 48