I'm getting this error when trying to run a pipeline build after deploying and checking in a third party package. I have deployed the package to a Dev machine and then followed the directions for checking in this URL:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/manage-runtime-packages
Specifically, notices 5. under "Deployable packages from third parties" which says not to check in the XppMetadata and Descriptor folders. - If I check in the XppMetadata folder, I DO NOT get the sync error. If I exclude the XppMetadata folder for the code repository, I DO get the sync error on the pipeline build.
The deployable package was created by using the Dynamics 365 -> Deploy -> Create Deployment Package.... in Visual Studio
D365 F&O 10.0.13, Visual Studio 2015
Can somebody shed some light on this? Is there something wrong with the deployable package?