View Single Post
  #6  
Old 01-25-2011, 02:15 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
When creating the Make VS.NET step via script, the equivalent of

objStep.Property("ignorefail")=-1

in v5 would be

objStep.Property("continueonfail")=1

in v7.

If that doesn't help, please send a .bld file that reproduces the behavior of the build stopping on failure even if the step is configured to continue on failure.
Reply With Quote