Hi,
I 'm trying to setup Azure DevOps project for our customer's Dynamics 365 FO Implementation project and configure it so that we can use it for Continues Integration and Continues Delivery.
We have 1 DEV (Cloud Hosted), 1 UAT (Sandbox : STANDARD ACCEPTANCE TEST) and we will soon have 1 PROD environement.
Currently we consider:
- the UAT environment as Pre-Prod environment
- the DEV environment as Test environment
I have successfully created a DevOps Project and connect it to LCS project
then I created a Build server from LCS >> after deployment of Build server I found a repository as a trunk with main folder and a build pipeline.
I converted the Main folder to a Main branch and then I creatd a Dev branch from the Main branch ( I did that from the Visual Studio in our VHD VM)

and I intented to map the DevOps Dev Branch to "C:\AOSService\PackagesLocalDirectory" on our local VM and create a new DEV Pipeline, but I need to understand after check-in a my source code from the local VM to Dev branch , what are the next stpes to follow and how can I merge the Dev Branch to Main Branch ? and can I deploy the deployable package which will be generated later from Build Pipeline to a Dev environment (currently considered as Test environnement )?
The Dev Pipeline is considered to build the Dev Branch ?
Thank You