dyn365-ce-vsts-tasks icon indicating copy to clipboard operation
dyn365-ce-vsts-tasks copied to clipboard

Plugin Registration only registering Assembly but not plugin

Open RavitejaMuthyala opened this issue 4 years ago • 2 comments

Hi Wael, I have created a simple pipeline to register a plugin assembly when a Pull Request is completed. Everything seems to work except for the Plugin Registration task is only registering Assembly but not the Plugin in it. I have manually tried to register the same .dll file in the drop location using plugin registration desktop tool and it registered both Assembly and Plugin like it is supposed to. Was wondering if there is any work around that I can use to get the plugin registered as well or if I'm doing anything wrong. Below is the Assembly path I'm using to get the .dll

$(System.DefaultWorkingDirectory)/_D365_plugin5/drop/s/Azure_Pipeline_DemoPlugin/Azure_Pipeline_DemoPlugin/bin/Release/Azure_Pipeline_DemoPlugin.dll

RavitejaMuthyala avatar Jul 23 '20 15:07 RavitejaMuthyala

@RavitejaMuthyala are you supplying the types and steps in the json format for the task?

WaelHamze avatar Nov 16 '20 19:11 WaelHamze

@WaelHamze I'm trying to use this Plugin registration task but i too have the same problem where it only updates the asembly but doesnt add the plugin class. Is the mapping file mandatory to this task for the plugin class to be registered. Could you please share the sample mapping file?

balatroy avatar Mar 02 '22 16:03 balatroy