Hello, I have set up Microsoft Hosted agent in Azure DevOps that builds automatically the models and create deployable package. What I noticed is that the build agent is using Solution and projects files to determine what objects to build. It does not build the models as we can do from Visual Studio.
Is this the default behavior and can we make it build the models?
Building only the solution is a great dealbreaker because it is possible that we accidently exclude some important object from a solution and this could break the production environment when we deploy the package.
Moved from Integration, Dataverse, and general topics forum to Finance | Project Operations, Human Resources, AX, GP, SL forum - the text suggests the question is actually about F&O.
It does build models; the projects are used to identify the models to be build. If you look into the pipeline log to see what the "Build solution" task did, you'll find a call of xppbp.exe with one or more -module parameters.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.