One of the great features of Visual Studio Code is its extensibility. In this series, we will discover how to orchestrate your development environment by leveraging the built in extension points of the IDE to automate everything from unit tests to docker to deployment.…
Adding a Travis CI build that leverages the orchestration tasks created in this web series.…
Leverage tasks to build docker containers, push nuget packages, run unit and integration tests, and more. Configure launchers to debug your code locally and remotely within docker.…
Deploying NuGet packages with VSCode tasks.…