Updated 02. Setting eShopOnContainer solution up in a Visual Studio 2017 environment (markdown)

Cesar De la Torre 2017-03-08 08:52:10 -08:00
parent 775cbfe006
commit 2038ab004a

@ -103,7 +103,7 @@ By default, clone the MASTER branch which is VS 2017 comaptible:
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 -b vs2017 https://github.com/dotnet/eShopOnContainers.git
git clone https://github.com/dotnet/eShopOnContainers.git
### Open eShopOnContainers solution, Build, Run