View Single Post
  #2  
Old 06-08-2009, 03:16 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,032
In VBP 6.2, we did fix a bug that resulted in the vbld_StepStarted and vbld_StepDone events firing (with incorrect build status) when a step was skipped.
http://www.kinook.com/Forum/showthre...&threadid=2010

In v6.2 and later, this works as designed (not firing those events for skipped steps). You could instead check for LastStep.BuildStatus = vbld_StepStatSkipped in the following step. Or use Builder.EvaluateRule
in vbld_StepStarting to determine if the step will be skipped.
http://www.visualbuild.com/Manual/ev...rulemethod.htm
Reply With Quote