-1

I am working on Xamarin visual studio on Mac and we are using visual studio team services for our project.I have no problem pulling the code but I can't seem to be able to Check in any file I modify to the team service.

Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

0

If you are using GIT just take a look at below tutorials:

For visual studio Mac, TFVC also supported for now. However, this is only a preview feature as you can see the comment from PM:

I’m happy to say that our first preview of this feature is now available – check out the announcement blog post.

https://blogs.msdn.microsoft.com/visualstudio/2018/05/07/visual-studio-for-mac-version-7-5-and-beyond/

I’ll continue to share out updates here as we make updates to the preview.

Jordan Program Manager, Visual Studio for Mac

According to the comment below the blog, seems not stable for now.


For now, you want a more stably solution of using TFVC source control on Mac. You could try to use Visual Studio Code , which is more of a quick; light weight code editor.

With the help of Visual Studio Team Services extension on Visual Studio Code, it allows you to connect to Team Services and Team Foundation Server and provides support for both Team Foundation Version Control (TFVC), GIT. More details please take a look at Connect VS code with TFS on mac

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62