Reputation: 33
I am wanting to use Git and TFS, I will install TFS 2013. Wanted to know if you have how to create a TFS team project integrated with Git hosted on bitbucket? I tried this with Team Foundation Service and could not, I could just create projects with Git hosted on https://XXXX.visualstudio.com/DefaultCollection/_git/XXXX
Upvotes: 0
Views: 2474
Reputation: 2354
Try AppVeyor CI. It's perfectly integrated with Git on BitBucket and GitHub.
Disclaimer: I'm the developer of this service.
Upvotes: 2
Reputation: 4535
I don't think this is possible.
I am inferring from original post that you want to use TFS ALM
features (work items, planning, build, testing) but use Bitbucket
for source control, is that right?
I don't think you can do this, as TFS
needs access to the source in order for all of the ALM
features above to link in.
I think a solution might be to use the Git source control within TFS and then push it to bitbucket at certain times.
Upvotes: 2