views:

58

answers:

1

I am trying to setup a .net build using Teamcity. We got it to compile and now the problem is once started it keeps building in a loop. Is there a setting I can do to get rid of the multiple runs in Teamcity.

I ran the MSbuild from command line using the same solution (.sln) file it works ok and runs only once.

Thanks In advance

Regards Ganesh

A: 

Check the "Build Triggering" settings in the build configuration for your project (in Team City).

adrianbanks
I have paused the build and No build triggers are set Still if I start the build manually it keeps building. I have to stop manually
Ganesh
The problem was resolved. It was due to dependency config in Teamcity.
Ganesh