Problem with a Run Action List Action

I’ve got a Run Action List Action (don’t know if it’s relevant, but it’s inside a Catch), after which I wish to abandon the build. In my AfterAction event script therefore I have a line which says:

Continue = False

However, the build does not terminate.


You must also set the ActionResult to false. Continue is false will just say that the projects stops when it encounters an error.

HTH

Hi Ken,

Yes, looks like it is a bug - we’ll look into it.

As a workaround you can put an Action Group action with Continue = False in the After Script Event after the Run Action List action (but still in the catch block).

.t8