Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.64 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.64 KB

Orchestrating Visual Studio Code

Build Status

About

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.


Sections

Part 1 : Overview

git checkout master
git checkout part-2-tasks-and-launchers
git checkout part-3-debugging-docker
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
git checkout part-7-nuget-deployment
git checkout part-8-ci-builds