Hi all, as the title might suggest, I am looking for a solution to implement the following requirements:
We are running a larger Power Platform Solution with one App and many Flows (about 20 flows). For the deployment we use the Power Platform Pipelines. So far so good.
Now for our challenges:
It happens again and again that colleagues have finished their work on some flows and then want to deploy the solution to the next environment (e.g. from DEV -> PROD) with an CI/CD approach. Other colleagues, however, are not yet finished with their work or have not yet tested extensively.
Is there a way to deploy only single components with a pipeline? For example, only the flows that have been completed and tested by one colleague and the other flows should remain at the original state of the production environment, although the other colleague has already made edits that have not yet been fully tested.
Our best guess currently is to split the solution into smaller parts?
Looking forward to your solution approaches 🙂