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

List all solutions? #26

Closed ephenix closed 5 years ago

ephenix commented 5 years ago

Is there a way to list all managed/unmanaged solutions from a crm environment using this toolkit?

WaelHamze commented 5 years ago

@ephenix there is no VSTS task for this at the moment.

Using the PowerShell Cmdlets you can run a fetchXML query that can return all solutions including any filters.

https://github.com/WaelHamze/xrm-ci-framework/blob/master/MSDYNV9/Xrm.Framework.CI/Xrm.Framework.CI.PowerShell.Cmdlets/GetXrmEntitiesCommand.cs

What is the use case/scenario here?

WaelHamze commented 5 years ago

@ephenix please re-open if you have any further question or details on the scenario you are facing