From 4a3d1c950fa24fb9a1b1be3e5e92d58feb7900d5 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 7 Aug 2017 10:48:59 -0700 Subject: [PATCH] Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown) --- ...-eShopOnContainers-in-a-Visual-Studio-2017-environment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md index 3cf9e50..ba2a963 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -25,7 +25,8 @@ Being the first one (Multi-container debugging, supporting true microservice sce So, here's how to setup a VS 2017 environment where you can test eShopOnContainers. ### GitHub branch to use -By default, use the MASTER branch which supports .CSPROJ and VS 2017. +By default, use the DEV branch which has the latest changes and testing. +The MASTER branch is also an option but it'll usually be less up to date while keep evolving the application. ### Software requirements Software installation requirements for a Windows dev machine with Visual Studio 2017 and Docker for Windows: @@ -104,7 +105,7 @@ After installing VS2017 with docker support, if you cannot debug properly and yo https://github.com/dotnet-architecture/eShopOnContainers/issues/224#issuecomment-319462344 ### Clone the eShopOnContainers code from GitHub -By default, clone the MASTER branch which is VS 2017 comaptible: +By default, clone the DEV branch which is currently the by default branch to accept Pull Requests, etc.: