Hello All,
I am currently facing the following issue :
I have a solution A , that contains a lot of objects, and is being deployed through an azure pipeline, but because of the size of this solution the pipeline times out.
Now I have splitted the main A solution into smaller pieces : B, C , D , E , F.
I deployed all my smaller solution to production ( all components and objects inside solution A has been put into one of the smaller ones ) , however, I am still unable to delete solution A from production.
I tested this with smaller solutions, when this aproach worked, so I am a little disappointed it didnt this time. The deletion shows dependencies to objects, which are in another solution, which can also be seen in if I check the layers on the objects.
Any suggestion would be much appreciated.
Thanks !