I have got a requirement wherein I need to execute a PowerShell script when someone stops a running build in TFS -> Build explorer.
Is there any event or method that I can hook my code into to achieve that?
For far I only know Pre & Post-build events but those won't help me here.
Note: we are using TFS for source control and for builds. And using Octopus Deploy for development on various environments.