if your task block is simply calling the batch file, then you need to have your batch file check the success of the build and return a 1 if it fails or 0 if it was successful and I think this should work. The problem currently is that your batch script is running successfully and it tells CC.NET that it ran successfully.
On Nov 25, 2:29 am, praveen <[EMAIL PROTECTED]> wrote: > Hi, > > I have batch file which has script to build in ccnet.config file. > eventhough build fils, on dashboard it shows success. If i see the > latest build report there it is showing build failed. i want it to > display on dashboard also!! > any solution??. > > Thanks, > Praveen
