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

Publishing in 8.2 On Prem Environment issues #53

Closed subratgaur closed 5 years ago

subratgaur commented 5 years ago

Hi,

We are using this to publish in to a 8.2 Environment and are having issues where some of the components are not getting updated. These components are getting updated when the solution import is done manually.

Just to add to that, imports in to a creal OOB organization work fine, this problem is noticed only where there are existing solutions and new versions of the solution are being pushed.

I am wondering if this is related to the fact that the SDK used in the tool is >9.0.

Is there a version of the tool with 8.2 SDK ?

Thanks

WaelHamze commented 5 years ago

@subratgaur publish solution API hasn't changed much since 8.2. At believe the same msg will be generated on the wire at the end. Anyway most of the solution publish processing happens on the backend.

Did you try publishing twice?

subratgaur commented 5 years ago

We have tried publishing multiple times but we dont get a consistent result. We are using managed solutions and as i mentioned earlier, this works fine if we do this on a out of the Box Organization.

Problems only appear when we import the updated solution where an earlier version is already installed.

Thanks

WaelHamze commented 5 years ago

You don't normally have to publish with managed solutions. I would suggest raising a case with MS.

Only time I saw this happening is if is there an unmanaged layer of the same component with that environment.

WaelHamze commented 5 years ago

Closing as there is no action I can take on this