I have build and release definition in azure-devops. I want the build to be triggered after release is done, I don't repeat the steps, I want to trigger already existing build definition. I am trying to figure how to do this in azure-devops.
When I tell build it is end to end test. The idea is to run the end to end test after release is done. Note I already have E2E Tests build, here I have repeated the steps, instead I want to just refer the existing build and trigger it. Any suggestion or help on how to do this will be of great help.