
Announcements
I really like using DevOps to deploy builds from dev/test and to customer environments. However, it leaves a lot to be desired (IMHO). For instance...
If I build/deploy a solution from dev/test. Then add an item, say a Flow in dev, when I go to deploy the updated solution to Test, it fails because of dependency issues. It's happened multiple times. Shouldn't I be able to add items to a solution and still deploy/overwrite the solution in the target environment?
Hi @Tommy-Upton
This should absolutely be possible. I would suggest having a more detailed look at the errors reported which you state indicate dependency issues. Normally these will be caused by components that are included in the updated solution that you wish to install being dependent upon other components that are not included with in the solution and are not already present in the target environment.
If you're able to provide your error logs/screenshots here, I'll try and help if possible