Hi,
I have an azure devops yaml pipeline which has multiple stages starting with build and publish and then dev,test, uat, prod. Prod has a gated approval so will not run till someone approves it. However, I can also run the pipeline while skipping prod stage. Once my UAT is passed in 30 days, if I want to deploy the same release to prod , there is no way to run the skipped stage. I will have to start from the begining stage i.e. build and publish and go through each dependent environment to deploy to prod. Is there a better option to run the same build only on prod environment.