Open KiranVKumar opened 5 years ago
@skyovi you could try to use the "Copy Solution Components" task to copy the components from all solutions into the solution you want to export.
@WaelHamze ,
Correct me if i'm wrong, but the copy solution components doesn't have the ability to merge changes if the target solution already contains the components. This was an issue when I was trying to merge changes to some sub-components, without impacting other subcomponents that were in the target system. The way I got around this was by using a seperate development and staging environment. We have a shared dev environment. When a dev is ready to promote their changes they add only the subcomponents they want to merge and then kick off a powershell task (based on your commandlets) that performs the following steps.
We are using this process to allow us to selectively promote changes from dev to staging where it is then unpacked and sent to source control, but a similar process could be used for @skyovi 's requirement. I'm curious if anyone thinks it's overkill and has a simpler way to selectively merge solutions.
How can I merge multiple (unmanaged) solutions into a single solution and deploy the single solution into the target instance.