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

MSCRM Get Solution - Include Solution Details #148

Open pathartl opened 4 years ago

pathartl commented 4 years ago

I've written a pipeline to export/extract the solution and automatically commit it to a repository. Then i trigger the pipeline whenever the solution is updated using Flow. This seems to only trigger when you edit the solution details, which is perfectly fine.

I would love if the "MSCRM Get Solution" task could also get the "Description" field on the solution. In my specific instance, it might let me make commit messages directly from editing the solution. Obviously my use case is hacky at best, but I figure including the description isn't a back breaker since it's already on the "Solution" entity.

WaelHamze commented 4 years ago

@pathartl thx for the suggestion, need to check if there are any limitations on the length of the output parameters as the solution description can be lengthy in some cases.