karthik
karthik

Reputation: 27

Deploy CRM solution using Package Deployer as update instead of upgrade

We are using the Package deployer for deploying the solution. We want to update the solution instead of the stage for upgrade and upgrade. Is there any way do this? We have created a solution as we have multiple solution to deploy so we have used package deployer. i tried to look but there is no specific documentation from Microsoft . Is there any way to do that

Upvotes: 0

Views: 136

Answers (1)

Henk van Boeijen
Henk van Boeijen

Reputation: 7918

Unfortunately there is no option to choose how solution import is done.

A workaround could be to skip solution import in the OverrideSolutionImportDecision method and do the import by submitting an ImportSolutionAsyncRequest.

For example code see Solution staging, with asynchronous import and export | MS Learn.

Upvotes: 1

Related Questions