Hi Community, We do have the 2 Development Environments and 2 separate Developers are working separately on their solution but on same component.
Developer 1 in Environment 1 ( Main Development)
Solution A
Account Entity and it has a changes from Developer 1
Developer 2 in Environment 2 (Temp Environment)
Solution B
Account Entity and it has a changes from Developer 2
What I want to achieve here is to deploy the Export the solution B and import into Main Development Environment (Environment 1) every day around 6 PM using Azure Dev Ops. I have already have the Azure Dev Ops Pipeline to deploy the solution from Main Dev Environment to Other Higher Envoiurnment.
But When I deploy the Solution B to Main Environment ( Environment 1) , it is overwriting the changes made by the Developer 1. What we want is to merge with Developer 1 changes. Is it possible to achieve ?
And what is the recommendation on this type of Development scenarios?