Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown)

Cesar De la Torre 2017-08-07 10:53:33 -07:00
parent 4a3d1c950f
commit 99dbcbf8c5

@ -105,14 +105,10 @@ 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 DEV branch which is currently the by default branch to accept Pull Requests, etc.:
<img src="img/vs2017/github-clone-branch.png">
So make sure you switch to that branch in VS 2017 after cloning or clone that beanch with a Git command, from command prompt or PowerShell, similar to:
git clone https://github.com/dotnet-architecture/eShopOnContainers.git
By default, clone the DEV branch which is currently the by default branch to accept Pull Requests, etc.
Like here:
` git clone https://github.com/dotnet-architecture/eShopOnContainers.git`
### Open eShopOnContainers solution, Build, Run