Update assembly without registering new steps
Hi! Is there any way to register/update assembly and plugins without steps and images? Use cases:
- It is faster then you only want to deploy a fix
- It is generic plugin and I not want to store it registrations in code
Thanks
Run it with the exclude paramater "/e" :)
Thanks @Cha0s2nd. Can you give an example?
C:\Users\User\Source\Repos\Repo\Source\Project\CrmPackage\spkl\deploy-plugins.bat /e or C:\Users\User\Source\Repos\Repo\Source\Project\packages\spkl\1.0.144\tools\spkl.exe plugins /e
It's not in the documents, but it's the exclude param in CommandLineArgs.cs
@Cha0s2nd thanks!
Can this be added to the wiki please?
By the way @MrCliffster , if you type one of the spkl commands followed by '/?' (eg 'unpack /?') you will get a full listing of all of the different options available - hope that helps:
