xrm-ci-framework icon indicating copy to clipboard operation
xrm-ci-framework copied to clipboard

plugin registration json not being generated

Open sdeshbhratar opened this issue 4 years ago • 5 comments

Hello I am trying to use the Get-XrmPluginRegistration command to generate the registration JSON but the file does not get updated and neither do i get an error message.. on the devops tools you a link for the sample file, but the location of the file is missing on github. could you please help with this json file? plugin_reg_json_sample_missing

sdeshbhratar avatar Apr 17 '20 18:04 sdeshbhratar

@sdeshbhratar this is a sample json file: https://github.com/WaelHamze/dyn365-ce-devops-sample/blob/master/Sample/Xrm.CI.Framework.Sample/Xrm.CI.Framework.Sample.Plugins/PluginRegistration.json

WaelHamze avatar Apr 20 '20 16:04 WaelHamze

thank you very much for the JSON. any idea why the tool isnt generating the JSON? we have quite a few steps invoved and it might be an issue generating the JSON manually and correctly.

sdeshbhratar avatar Apr 20 '20 16:04 sdeshbhratar

hello

just following up on the request. is it possible to identify the issue with the json generation script? i do not get any errors and the request completes but the json file still remains blank.

sdeshbhratar avatar Apr 24 '20 17:04 sdeshbhratar

hello another follow up on this. it would be really helpful if you can help with the script. our only other option is to build the json manually and its quite prone to bugs. thank you.

sdeshbhratar avatar May 14 '20 13:05 sdeshbhratar

@sdeshbhratar this script can be used to generate the json. Not sure what is the error that you are getting.

https://github.com/WaelHamze/dyn365-ce-devops-sample/blob/master/Sample/Xrm.CI.Framework.Sample/Xrm.CI.Framework.Sample.Plugins/GetPluginRegistration.ps1

WaelHamze avatar May 28 '20 06:05 WaelHamze