Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating Octopus Deploy and Dynamics CRM

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?

like image 742
Kye Avatar asked Dec 20 '12 05:12

Kye


1 Answers

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

like image 133
lazarus Avatar answered Oct 04 '22 23:10

lazarus