3

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?

Develpoer_J
  • 101
  • 2
  • 7
  • What do you mean "deployed code to Azure DevOps"? You don't *deploy* code to Azure DevOps; it's a repository hosting platform. – Daniel Mann Apr 04 '20 at 13:51
  • If you have CI/CD pipeline setup you can easily deploy last successful build. Open Project>Pipeline>Release>Select you CD pipeline and select last successful build and you can file redeploy option their. – Pankaj Rawat Apr 04 '20 at 15:40
  • Pankaj Rawat, Thanks for Giving me a solution...its worked – Develpoer_J Apr 06 '20 at 07:01

1 Answers1

3

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

Develpoer_J
  • 101
  • 2
  • 7