On azure, I have 3 branches : dev, release, master.
I created 3 build pipelines. One per branch. Each pipeline gets the sources from his specific branch and creates each on artefact.
For the deployment, I created 3 release deployment.
All theses pipelines are classic pipeline.
Everything is working great.
But I want to simplify this process.
For these 3 branches, in classic mode, How can I make just ONE build pipeline and ONE release pipeline for this (no 3 build and release pipelines) ? Is is possible ?
Best
Simplify build and release pipeline process