This repository contains the supporting code for the web-series Orchestrating Visual Studio Code that can be found at https://christophertown.com/orchestrating-visual-studio-code-overview. There is a branch for each corresponding section.
Part 1 : Overview
git checkout master
Part 2 : Tasks and Launchers
git checkout part-2-tasks-and-launchers
Part 3 : Debugging Docker Containers
git checkout part-3-debugging-docker
Part 4 : Running Containers
git checkout part-4-running-containers
Part 5 : Unit Testing
git checkout part-5-unit-testing
Part 6 : Code Coverage
git checkout part-6-xunit-code-coverage
Part 7 : NuGet Deployment
git checkout part-7-nuget-deployment
Part 8 : Continuous Integration Builds
git checkout part-8-ci-builds