Hi,
We have Dynamics 365 for finance and operations platform update 8. The development topology is as follow: A local DEV environment that is linked to the Build server (Cloud) through the VSTS project.
We did a customization on the local DEV (by adding new control to a form using extensions), Checked in the modifications to the VSTS and then run the build and it run successfully.
Now I downloaded the deployable package but unfortunately once I uploaded it to the LCS shared asset library it was not validated and I got an error "Invalid - HotfixInstallationInfo.xml could not be found or is invalid" as shown below.

After investigation I noticed that the deployable package content that was generated automatically by build server is xxxxxxx.axmodel file and there is no "HotfixInstallationInfo.xml" file.
On the other hand if we tried to create a deployable package using the visual studio DEV tools locally we are getting a valid deployable package with the below content and structure. Not xxxxxxx.axmodel as generated from the build server.

So I would like to know what is missing?? Do I have to change any parameters into the build process?
And what is the difference between these two types of deployable packages??
*This post is locked for comments
I have the same question (0)