|
#1
|
|||
|
|||
Overall build status
What determines the final overall build status (Completed/Failed)? I have two versions of a script, one of which always results in a Failed status, while the other works.
There are several steps that fail but continue (on purpose) and these steps are the same in both scripts, so I'm at something of a loss to explain the discrepancy. There are several differences between the scripts but the steps that fail are identical, and everything else is Succeeding. Any suggestions? |
#2
|
|||
|
|||
Normally, if the last non-failure step that is built fails and is configured to stop (not continue), the build completion status will be Failed; otherwise it will be Success. Perhaps you have a script event that changes the completion status or forces a build failure?
http://www.visualbuild.com/Manual/scriptevents.htm Please ZIP and send or post: 1) The info from Help | About | Install Info 2) The .bld file 3) A build log file 4) The files (actual files, not names) listed at Tools | Application Options | File Locations. Thanks. |
|
|