Rollback in a classic release Azure Pipeline
My actual deployment will be from stage1 to stage2. Now I want to be able to rollback stage1 if there is an error or rollback on stage2 if stage1 passes and stage2 does not. I added stage3 as a way to rollback if stage1 fails but i didn’t see how to run only stage3 if stage1 fails.