Integrating Octopus Deploy and Dynamics CRM

2019-04-30 23:07发布

问题:

I'm using an on premises version of CRM 2011, which I'm about to begin developing against.

We're using Octopus Deploy with some other sites.

It would be great if there was a way to import CRM Solutions using a powershell script or wcf service, rather then someone manually navigating to the site and go through the motions.(we have dev,test and prod environments)

I can't seem to find a non UI method of doing this online. Can anyone suggest a better solution then using the UI?

回答1:

You can import solution programmatically using ImportSolutionRequest class. Check this link