#1
|
|||
|
|||
Breaking out of Process Files
Is there a way to break out of the Process Files action and continue the build after the Process Files action? Say I have 80 files to process, but the 40th one meets some criteria that I want to act on, and don't care about processing the remaining 40 and just want to continue the build.
|
#2
|
|||
|
|||
You can use a conditional build rule to conditionally build the child step(s) based on whether all the desired files have already been processed.
http://www.kinook.com/VisBuildPro/Manual/buildrules.htm |
|
|