Hi,
I have set up four environments: CrossData (for organizational tables with unmanaged solutions), Dev (for application development with unmanaged solutions and managed solutions from CrossData), Test (for testing all managed solutions), and Prod (for operating all managed solutions).
I successfully built a pipeline to deploy from CrossData to Dev, leveraging solution layering since the base layer of organizational tables is stored in the CrossData environment. This setup works fine.
Now, I want to create a pipeline to deploy from Dev to Test. However, I cannot use the Dev environment because it is already a target type in the previous pipeline. I aim to deploy both the CrossData managed solution and the APP unmanaged solution from Dev to Test, but I am unsure how to set this up.
Can you provide any ideas, guidance, or advice? Thanks.