Hi Power Platform community,
I have a usecase, where I will be deploying multiple Power Platform solutions using Azure DevOps. Each Power Platform solution contains different assets e.g. Tables, Plugins, Power Automate Flows etc.
What would be yours recommended approach regarding ALM for Power Platform:
1. Update only solutions that changed in specific time and have separate pipelines and handle dependencies
2. Have one atomic pipeline for everything and each time do upgrade of all solutions within the target environment
My preferred approach would be to use option 2, but in that case I would need to upgrade every solution each time that I will do a deployment, also with solutions that did not change.
Any other thoughts\ideas\experiences?