Hello !
I want to create a Azure Pipeline for D365FO automatic build using Microsoft-hosted agents and I'm confused about "Build solution" step.
I understand that in order to build a deployable package for the models in TFS, we need to provide a Visual Studio solution that can contain one or multiple *rnrproj projects.
Those projects must contain all the code for a model? Do I need to create *rnrproj project and drag in all the related model objects from AOT? This means that every time a developer add a new class, I need to update this project? If this it's an empty project, it must have a specific naming conversion? I don't understand how the process works.
I have in the TFS the main branch containing one or more models. What if I have to create a package only for one model ? How does the pipeline knows to build a package for a specific model since it has the reference to the whole main branch, which contain multiple models.
This is what i have:
Main/Dev branch and a specific Build folder which contains the empty project/soution:
I don't know what files(objects) I need to put into this project or how to properly create them in order to build the code for one model in the main branch.
This is the rest of the Pipeline:
Thank you.