View Single Post
  #5  
Old 06-22-2010, 01:43 PM
ChrisF ChrisF is online now
Registered User
 
Join Date: 12-09-2009
Posts: 67
So I have something like this in the VBScript that's in the Run Script step?

if MyAccessDBFunction == 0 then
Step.BuildStatus = vbldStepStatSucceeded
else
Step.BuildStatus = vbldStepStatFailed

Last edited by ChrisF; 06-22-2010 at 01:55 PM.
Reply With Quote