问题描述
是否可以构建在vs2012中创建的项目,通过Team Foundation Server 2010/12手动推送到我的git存储库?
换句话说:我可以选择吗?我的git存储库路径作为源,用TFS构建它?我选择TFVC作为源代码控制,因为TFS2012不支持git作为源代码控制。
我知道我可以在Team Foundation Service中做到这一点,但我不想使用它。
它现在应该是可能的,请记住,VS 2012的Update 2增加了GIT支持。请看一下:
Is it possible to build projects created in vs2012, manually pushed to my git repository with Team Foundation Server 2010/12?
In the other words: Can I choose my git repository path as source, to build it with TFS?I've chosen TFVC as source control because TFS2012 doesn't support git as source control yet.I know I can do this in Team Foundation Service but I don't want to use it.
It should be possible now, keep in mind as well that the Update 2 for VS 2012 added GIT support.Take a look: http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx
这篇关于Team Foundation Server 2012和GIT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!