How to delete a branch once azure devops pipeline completes
I have a devops pipeline that is designed to do some deployment. Due to some requirements , I need to delete the branch that triggered the pipeline once the deployment is completed. The first approach I thought was using below…