D365FO Code deployment process LCS & CI/CD pipeline
Through Lifecycle Services (LCS) Step 1: Login to Azure DevOps https://dev.azure.com/ XXXX and navigate to the pipelines -> Go to latest check-in, and click published (highlighted in yellow) as shown below. You can get the package from Artifacts location . Download the file that starts with AXDeployableRuntime ***** Step 2: Login to LCS ( https://lcs.dynamics.com ) – Go to Asset Library Step 3: Upload the code package by Clicking + button in Software deployable packages section of Asset Library Step 4: Go to Environment details page ->Maintain-> Apply Updates Step 5: Provide a unique name for the deployment and Select the code package that you have uploaded in step:3 and Click on “Apply” as shown here Step 6: You can see the progress of the deployment and the time taken to apply the package depends on the no of steps as highlighted here . Through Azure DevOps : Step 1: Login to...