Azure DevOps Cancel deployment of stage when deploying another stage
问题 We currently have our Azure DevOps release setup in the following way: What I'm trying to accomplish is to cancel the 2:00 PM deployment if the 9:00 AM deployment triggers, as well as cancel the 9:00 AM deployment if the 2:00 PM deployment triggers since we don't really want to deploy the same code twice, or even deploy the previous day's code the following day. Does anyone know if a way to do this in Azure DevOps? I've done a lot of searching for extensions, etc. to see if I can find