'Azure DevOps Pipeline configuration for Dynamic 365

Need help in designing CI/CD pipeline for deploying the Dynamic-365 solution in different environment.

Present set up CI/CD configuration: we have 4 BU’s, where each BU has separated Azure DevOps project pipeline to deploy the solution in different environment. Build pipeline is designed to export solution from dev environment and push the artifact in to azure repo. Release pipeline is designed to import solution and publish the solution in destination environment.

I am looking for one master pipeline design which will help us in deploying the all 4 BU’s solution but it has to deploy in different environment for all 4 BU’s. Is this possible? How can I design such a pipeline? or else any other pipeline configuration which help up in achieving this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source