Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git and TFS integration for TFS Build

I have situation in which I need to use:

  • Git as a main repository for my source
  • Visual Studio 2012 main IDE
  • TFS Build on Build machine for easier build management

Well, I am after Git and TFS integration in which I ideally want a seamless check in into the Git repository which should result in a CI build in the TFS build.

Guy, any ideas to how to achieve this?

like image 495
Hasnain Ali Avatar asked Nov 06 '12 13:11

Hasnain Ali


2 Answers

This appears to be a duplicate of

Using Git in a TFS shop and Git and Team Foundation Server

both of which suggest using https://github.com/spraints/git-tfs to tie your git repo to your TFS server. You should be able to use git as your source control and TFS Server as a build controller.

like image 79
Eoin Avatar answered Oct 15 '22 13:10

Eoin


My job has found great success with git-tf as a way to integrate git and TFS.

like image 33
Jason Hartley Avatar answered Oct 15 '22 12:10

Jason Hartley