
Hey!
I’m looking to merge project specific solutions components into a master solution as a stage in a devops pipeline - both solutions are unmanaged at this point. I’ve seen add solution component request, but I can’t find any examples in the community using this within a PowerShell stage in DevOps.
Just wondering if anyones done anything similar and knows of any examples?
Thanks!!
Hi
yes it is possible. There are numerous ways. One way is to use the power devops tools.
In your build pipeline you export the solutions you want to merge and then use the package tasks. You find more details in the url.
mox