Is there a special target I can set up in case a build error happens?
My issue:
In my central build task there is a possibility that some of the files do get checked out during build.
In case of an error happening, I must roll back these changes.
I would love to do so centrally.
Any possibility? I tried the documentation but did not find anything.
Thomas