To solve this, I put them in a sequential task and set the
continueOnFailure property to true. Quite convenient when one wants to
check that all projects in a repository compile and get the list of
those that do not in the build report.

On 28 juin, 14:21, kriz82 <[email protected]> wrote:
> Hello,
>
> I would like to run performance monitor during the build. How to
> achieve following functionality:
>
> -start the monitor
> -run build
> -stop the monitor
>
> The problem is that if the build failed the stop monitor task would
> not be called. Is there a way to call a task even when the previous
> task falied and still got the broken build?
>
> Regards!

Reply via email to