WaelHamze / dyn365-ce-vsts-tasks

VSTS Extension for Dynamics 365 Customer Engagement
https://marketplace.visualstudio.com/items?itemName=WaelHamze.xrm-ci-framework-build-tasks
GNU General Public License v3.0
117 stars 56 forks source link

Can the system setting be done within the release pipeline? #97

Closed charliechen179 closed 5 years ago

charliechen179 commented 5 years ago

Hi @WaelHamze , Some system settings are not solution aware or "data" aware, so it means they could not be deployed by solution import or data import. Such as setting for "manager hierarchy" and "slapausestates". I know that these setting is exposed in "[organization URI]/api/data/v9.0/organizations", but I just want to know the best way to include these into CI/CD process. Is there a task for it? If not, should I use a powershell script to execute the http call? Or should I write code in deployment package? Thanks.

charliechen179 commented 5 years ago

I did by call Microsoft.Xrm.Powershell.Data in Azure DevOps release pipeline. Close it as resolved. Thanks.