简体   繁体   中英

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?

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.

我的工作已经取得了巨大的成功, git-tf是一种集成git和TFS的方法。

You can use TFS GIT repository for your GIT required projects. If it is only required for Building a project, you can look for Jenkins or Latest TFS. As Latest TFS does provide Jenkins inbuilt.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM