I am having trouble with my build for TeamCity. When I build the project locally, it compiles correctly, however, when TeamCity runs, the build fails with error Build failure condition: Process exited with code 1
.
I have two separate projects with this same failure condition and I have no idea even how to begin diagnosing the problem. One project is a C# library created via Visual Studio 2010 (and I use the VS Solution to compile that project) and the other is done using Xamarin Studio.
The Xamarin Studio build step which is to compile the code uses the line (ignore the line breaks):
"C:\Program Files (x86)\Xamarin Studio\bin\mdtool.exe" build
"--project:MyProject"
"%teamcity.build.checkoutDir/MySolution.sln"
Both projects compile on the build agent (when compiled locally through either Visual Studio or the command line command). Is there a way for me to have the build agent (i.e. the service running) to run the build config locally and test from there or what?