What would be optimal way to set up repository structure for CRM (Dynamics 365) project that should contain advanced features that are being implemented by Workflow Activity/Plugin code?
Would it be wise to have one repository for whole solution and inside, there would be separate projects for each Entity that should contain Workflow Activity or Plugin?
Good points to consider:
- Building debug/release assemblies (.dll)
- Updating Workflow Activity/Plugin via Plugin Registration Tool
- Any limitations for pipelines
- Maintainability of these Workflow Activities / Plugins
The way we manage our repositories changes as the tooling evolves, and is highly dependent on personal preference.
My approach is to store everything related to Dynamics/Power Platform in a single GIT repository, and focus on grouping items based on Power Platform solutions.
We usually then have another root folder to store the generic DevOps scripts
For example: