Hi Experts,
I have a assembly(.dll) which contains 3 custom workflow activity steps under it. I have changed the code for one of the programs for one of the custom workflows, but when I compile the .dll created, contains the code for the changed module + the other modules as well.
I've registered this assembly using the registration tool in Dev, and during that, i had checked update all the steps for updating the other workflow activities, even though they weren't changed.
So now when i need to move this change to test and prod, via a solution, do I only need to include only the Plugin-assemblies component, or do I need to also include the SDK message Processing Steps too ? (these already exist in test & prod). As, my change was an update to the code and I haven't introduced a new module in the assembly.