How do i automate to get the last run CI's build ID while running the CD piepline in azure devops?

Viewed 20

we are manually picking the build id from the last successful run of CI and pasting it while running the new CD pipeline which is not feasible in long run. How do I automate the process so that whenever we run the CD pipeline, it will pick the last successful build of CI in azure devops.

0 Answers
Related