Hi community,
I’m working on a d365 deployment project with 2 teams of dev. We are looking for a way to guarantee the quality of the developments implemented by each team. And also, to easyly track the bugs. I’m not very familiar with LCS and branching strategy. Can you please tell me if the following makes sense or if you have some suggestions for me ?
1- All the developers make their dev on the branch DEV.
2- When they are ready, each dev is installed in a branch dedicated to its team for the build.
Dev associated to team 1 will be built in build1 / Dev associated to team 2 will be built in build2
3-Each successful build will be merged in a main build And non successful build can then be easily managed by the team dedicated to it.
4- Application of the deployable package associated to the build
Thanks !