Now that we've got a code repository, we should probably add some code to it. This recipe will show you how to use Visual Studio Code to upload an AL project to the Azure DevOps code repository.
Connecting an AL project to Azure DevOps
Getting ready
In order to perform this recipe, you must complete all the previous recipes in this chapter.
If you've been working through this book, then you'll be very familiar with the Television Show project. We're going to work on it once again for this recipe, but even if you've worked through all of the previous chapters to build the project, you still need to download ch8/3-connect-al-project-to-azure-devops-start.zip from the GitHub link at the start of this...