Hi All,
I have a plugin assembly which has about 10 steps registered under it.
I have made a change in one of the modules linked to one of these steps and rebuild the entire solution(which is a collection of .cs programs which correspond to each step in this assembly).
While registering this assembly(.dll) via registration tool in the Dev region, I had done a "Select All"
So the question I had was, if I create a solution to deploy this assembly, do I need to include Sdk message processing steps in it, or would it be ok if I only include the Plug-in Assembly in the solution ?
I haven't added a new step, I've only modified a bit of logic in a program, which is triggered on update message.
Your help is greatly appreciated.
Thanks!!