Hi, I have some questions about what is the best way to move custom development between anvironments, currently we are implementing the process sugested by microsoft, it is:
From DEV to TEST: XPO
From TEST to UAT: Model
From UAT to staging and PRD: model store
but now we are having some issue, when we detect an issue on UAT and we decide to publidh the code with out some components, we are not sure what is the best process to remove these objects/developments/customizatins from am specific model.
So the question is, if you know how to manages this scenarious when in a evironment N you need to move part of the development to environment N +1.
Thanks.