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

Feature Request: Extract Configuration Migration Tool Data #44

Closed berellax closed 5 years ago

berellax commented 5 years ago

It would be nice to have the ability to automatically extract data using the Configuration Migration tool from a source environment using a pre-defined Export Schema as part of a Build definition, and then be able to use the export in the Package Deployer package in a later step. Further, I would want to unpack/pack the extracted data into TFS similar to the way Solution Packager works.

WaelHamze commented 5 years ago

@berellax are you aware of an API that would allow you to extract the data from schema? This is something that MS might offer but at the moment this would mean writing custom code.

berellax commented 5 years ago

@WaelHamze I spoke to some folks at Microsoft and the consensus seems to be that while there’s not an API for this now that will be coming soon. I’m trying to gain some clarity on this, and otherwise may pursue a custom tool to export data based on an Export Schema from CMT. Additional features would likely include filter criteria for entities and ability to replace value with environmental variables. I’ll keep you posted.

WaelHamze commented 5 years ago

@berellax this is available now in the toolkit