Introduction to the development process in D365
Before you begin developing Finance and Operations apps, make sure that you understand the developer and deployment processes, which will help these processes run smoothly.
All developers for the application work in an individual environment that includes the Visual Studio application. As a reminder, Visual Studio is the integrative development environment (IDE) that is used to develop Dynamics 365. Deployable packages are created in Visual Studio and then deployed to sandbox, test, and production environments by using Lifecycle Services (LCS).
When finishing your code and customizations in Visual Studio, you must make a few considerations. If several developers are on one project, you should perform a Get Latest process to merge all new code that has been checked in by the other developers, and then perform a local build to ensure that your code will not disturb what is in the Azure DevOps repository.
When both processes have been performed, you can check-in your code by using Team Explorer, which is connected to Azure DevOps. The code that is checked in will be built in Azure DevOps by using a build pipeline, and this will create a deployable package. Generally, you will not deploy your own code. By using LCS, you can apply a deployable package by using the Apply Updates tool.
There are three phases of application lifecycle management and the tools that are involved
Comments
Post a Comment