dyn365-ce-vsts-tasks icon indicating copy to clipboard operation
dyn365-ce-vsts-tasks copied to clipboard

Issue with MSCRMApplySolution

Open ikshavakulathula opened this issue 4 months ago • 5 comments

Dear @WaelHamze , Thank you for your efforts. I'm using your Azure DevOps Task for the CRM Import and Export however, I'm facing issues.

The concern here is import solution is success, and the solution upgrade is also success, but we don't see the solution getting upgraded in the CRM server

  • task: MSCRMImportSolution@12 inputs: crmConnectionString: '$(import_QDBXCatalog_uat)' solutionFile: '$(Build.ArtifactStagingDirectory)/TestXCatalog/${{ parameters.Sol_name }}managed$(Build.BuildId).zip' publishWorkflows: true overwriteUnmanagedCustomizations: true override: true
  • task: MSCRMApplySolution@12 inputs: crmConnectionString: '$(import_QDBXCatalog_uat)' solutionName: '$(Build.ArtifactStagingDirectory)/TestXCatalog/${{ parameters.Sol_name }}managed$(Build.BuildId).zip'

ikshavakulathula avatar Oct 22 '24 10:10 ikshavakulathula