devkeydet / dyn365-ce-devops

DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
MIT License
90 stars 28 forks source link

Error finding solution.xml file path #49

Closed SpiralIT closed 6 years ago

SpiralIT commented 6 years ago

Hi, I am seeing the following failure when the MSCRM pack solution is running: [error]Cannot find path 'D:\a\1\s\SolutionPackage\package\Other\Solution.xml' because it does not exist.

How is it resolving the file path to D:\a\1\s - do I need to update a variable or config file?

I get this error referencing CrmAsyncRequestResponseSample projects.

Thanks Andy

WaelHamze commented 6 years ago

There is a property on the task that you need to set to the root folder where your extracted customisations are stored in source control.

SpiralIT commented 6 years ago

Thanks that's all working now. Andy