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
185 stars 116 forks source link

URL to PluginRegistrationMappingSchema.json not working #315

Open Hebbink opened 2 years ago

Hebbink commented 2 years ago

Hi Wael,

I wanted to use your "MSCRM Plugin Registration" task in Azure DevOps but at the "Mapping Json Path" info icon it says this:

"Mapping json file sample can be found here: https://github.com/WaelHamze/xrm-ci-framework/blob/master/MSDYNV9/Xrm.Framework.CI/Xrm.Framework.CI.PowerShell.Cmdlets/PluginRegistration/PluginRegistrationMappingExample.json"

But that gives a 404 error.. Can you provide me the example JSON please?

I'm trying to set the "Run in user's context" setting of a certain step after deployment. Right now it being set back to the executing user after every deployment because the source and target environment reside in other tenants and therefor the users have the same name but not the rest.

Hebbink commented 2 years ago

As a matter of fact this one also gives me a 404: https://github.com/WaelHamze/xrm-ci-framework/blob/master/MSDYNV9/Xrm.Framework.CI/Xrm.Framework.CI.PowerShell.Scripts/GetPluginRegistrationJsonMapping.ps1