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.: <img src="img/vs2017/github-clone-branch.png">