tags:

views:

61

answers:

1

I'm brand new to CI. I want to submit my code changes to TeamCity and have it run all the tests and, if they pass, commit to source. However, I use Git and it looks like the Git plugin doesn't have support for pre-tested commits or personal builds yet.

If you use Git and TeamCity, how do you deal with this?

+1  A: 

It's already supported in the upcoming TeamCity 5.0 for IntelliJ IDEA 9.0. For Visual Studio support watch/vote the issue.

TeamCity 5.0 also has a feature to perform remote runs from the command line tool if your IDE is not supported.

CrazyCoder