Skip to main content

Posts

Showing posts with the label VS Code Online

How to Leverage Visual Studio Online and Azure Pipelines to migrate your development environment to the Cloud!

Introduction: With my previous blog, I had explained how to configure CI/CD for Microsoft Dynamics Business Central. The only drawback when it comes to developing in VS Code Online is that it works with Base Operating System as Linux. Which implies that the ALC(Application Language Compiler) built for Windows has to also work on Linux but it doesn't. Because of which it becomes difficult to compile your Business Central projects in VS Code Online. In this blog I will be attempting to collaborate VS Code Online with Azure Pipelines to get things running with auto-deployment. Pre-requisites: Microsoft Dynamics 365 Business Central VS Code Online Azure DevOps Azure Pipelines Books & References: https://www.olisterr.tech/2020/02/cicd-in-nav-business-central.html?m=1 Demonstration: 1. Setup CI/CD for Microsoft Dynamics Business Central: In order for this system to work the major skeleton is taken up by CI/CD process. Refer my blog below. https://www.olister