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

Export Solutions using Config erroring out #239

Closed RavitejaMuthyala closed 3 years ago

RavitejaMuthyala commented 3 years ago

Hi, I have been trying to use Export Solutions using Config to export multiple solutions, but it is giving me an error "Object reference not set to an instance of an object." Below is the config that I'm using within .txt file, I have also tried .config file type aswell

{ "Solutions": [ { "SolutionName": "FullEntities", "Managed": false, "TargetVersion": null, "ExportAutoNumberingSettings": false, "ExportCalendarSettings": false, "ExportCustomizationSettings": false, "ExportEmailTrackingSettings": false, "ExportExternalApplications": false, "ExportGeneralSettings": false, "ExportIsvConfig": false, "ExportMarketingSettings": false, "ExportOutlookSynchronizationSettings": false, "ExportRelationshipRoles": false, "ExportSales": false, "IncludeVersionInName": true, "ExportAsync": true, "ApplyAsync": true, "SleepInterval": 15, "AsyncWaitTimeout": 3600 }, { "SolutionName": "PowerAutomates", "Managed": false, "TargetVersion": null, "ExportAutoNumberingSettings": false, "ExportCalendarSettings": false, "ExportCustomizationSettings": false, "ExportEmailTrackingSettings": false, "ExportExternalApplications": false, "ExportGeneralSettings": false, "ExportIsvConfig": false, "ExportMarketingSettings": false, "ExportOutlookSynchronizationSettings": false, "ExportRelationshipRoles": false, "ExportSales": false, "IncludeVersionInName": true, "ExportAsync": true, "ApplyAsync": true, "SleepInterval": 15, "AsyncWaitTimeout": 3600 } ] }