devops
Which Azure DevOps tasks forward SIGINT when you cancel a pipeline
Cancelling an Azure DevOps pipeline mid-terraform-apply leaves the state lock stuck under AzureCLI@2, because the task kills its child shell without forwarding any signal. Bash@3 and CmdLine@2 forward SIGINT and let terraform shut down cleanly.