View Single Post
  #1  
Old 05-11-2005, 10:48 AM
JimL JimL is online now
Registered User
 
Join Date: 05-11-2005
Posts: 1
.NET Build and Failure Steps -- Endless Loop!

Hi,

I have a main build script that chains to another script for VS.NET building. In this chained script there are failure steps assigned in case the build fails. When the build does fail, the failure steps activate as desired, but then once they are completed it returns control to the VS.NET build step again and starts the process all over. Essentially this is an endless loop, so long as there is a build error. I'm using version 5.5. Any help or other ideas on how to solve this problem would be greatly appreciated.

Thanks - Jim L.
Reply With Quote