View Single Post
  #1  
Old 03-15-2005, 01:15 PM
jfreedman jfreedman is online now
Registered User
 
Join Date: 10-15-2004
Posts: 12
How To Move to Next Item in Group on failure

Hey all,

Don't know if this can be accomplished without using multiple projects, but figured I'd ask.

I have a repeating rule on a group. Within this group, I build a .net project and do a few other things.

So lets say I have 10 projects and the group will fire for each project.

What I would like to do is if a step in the group fails for an individual project, it will exit out of building that project and move on to the next project to be processed by the group.

So project 1-3 build ok.

project 4 fails, in the middle of the group, it stops processing project 4 and moves on to build 5-10.

Is it possible?

Thx
Reply With Quote