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

Cesar De la Torre 2017-03-22 16:37:28 -07:00
parent de8a17db2f
commit 5844696954

@ -131,7 +131,7 @@ Come back to this point when you finished with the "Setting the SPA up" process.
#### Build and run eShopOnContainers from Visual Studio 2017
##### Set docker-compose as the default StartUp project
**IMPORTANT**: If the docker-compose" project is not your "by default startup project", right click on the "docker-compose" node and select the "Set as Startup Project" menu option, as shown below:
**IMPORTANT**: If the **"docker-compose" project** is not your "by default startup project", right click on the "docker-compose" node and select the "Set as Startup Project" menu option, as shown below:
<img src="img/vs2017/set-docker-node-as-default.png">
At this point, after waiting sometime for the Nuget packages to be properly restored, you should be able to build the whole solution or even directly deploy/debug it into Docker by simple hitting F5 or pressing the debug "Play" button that now should be labeled as "Docker":