WaelHamze / xrm-ci-framework

xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
MIT License
186 stars 117 forks source link

Added Sorting of data for GetPluginRegistration #218

Closed RonnyVDS closed 5 years ago

RonnyVDS commented 5 years ago

Added ordering of components when using GetPluginRegistration. By doing this the output json will always be the same. This is much easier when using source control or to use the output to compare with other environments.

RonnyVDS commented 5 years ago

@WaelHamze Hey, when do you think you can take a look at this pull request?

willemdebacker commented 5 years ago

this would be very usefull, i hope this will be implemented soon.

WaelHamze commented 5 years ago

@RonnyVDS thanks very useful and great idea. Are you able to do the same for service endpoints?