Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rollback to previous Version in Azure Devops

I have deployed a python code to azure DevOps from the git repository and my team committed some changes due to that we are facing some issue. How I can go back to the previous version?

like image 909
Develpoer_J Avatar asked Mar 07 '26 02:03

Develpoer_J


1 Answers

Go to Pipeline->Release, there we can see all the releases, we can select whichever the version we need and can deploy

like image 173
Develpoer_J Avatar answered Mar 08 '26 19:03

Develpoer_J