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!
