Hi
are there any other tasks defined to run after msbuild in ccnet.config? any exe returning a non-0 exit code is considered to fail, unless you specify that returncode 1 is also ok (or another number) if you run it from the command line, and do echo %errorlevel% what number do you see if it is non-zero, that's the reason CCNet fails the build. with kind regards Ruben Willems On 5 August 2011 21:13, zilvonias <[email protected]> wrote: > This is the first time I'm setting up a CC.NET server and it's been an > interesting ride. > > At the moment, my project builds successfully at the command line > using MSBuild, though it says it has two warnings (0 errors). CC.NET > builds the same project and indicates that it is failing but there are > no errors, just the two warnings. > > What am I missing here? > > Thanks!
