Hi
I am facing problem with exporting solution. I am getting error solution With Id = <GUID> Does Not Exist
Manual phase
Unmanaged solution was created on instance A and in automated way solution was exported and packed - in the future after export developer has to pick proper changes and after that build process will pack changes and import unmanaged solution to fresh instance in order to export managed version.
Automated phase:
In automated way I am copying empty online instance to another one (X copy to Y)
After that I am importing packed solution to Y (to copied instance)
after that I want to export managed solution using SDK api - ExportSolutionRequest I am receving exception : Solution Id <GUID> does not exist
SDK API call starts working only after manual export from the instance. Does anybody know how to solve that issue? it blocks CI/CD pipeline in my case.