I am running an automation build using visual studio team services and I am having a series of build steps. One of the build step ( and the last ) build step is to shut down all the VMs using powershell script.
This build step is executed if all the previous build step passes. But if any one of the build step fails, the subsequent build step and also last build step does not get executed.
Is there a way to execute the final build step irrespective of the other build step