Hi Experts,
I have set up the Continuous Integration for D365 FFO. I have checked in my code in VSTS with following directory structure:
After mapping, upon checking in, automatic build is running but it is ending with 2 warnings in Build the solution step and failing the Publish Artifact: Packages in continuous with skipping afterwards steps. Publishing build artifacts failed with an error: Not found PathtoPublish: C://DynamicsSDK//VSOAgent//_work//2//a//Packages
Upon exploring the Build the solution log, I found following two warning:
And perhaps the above is becoming the reason of failure of Publish Artifacts: Packages.
Am I creating the right directory structure for my code? Why the models and packages information is not findable?
Any idea?