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

Cesar De la Torre 2017-03-22 16:36:16 -07:00
parent 3378b42356
commit de8a17db2f

@ -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 #### Build and run eShopOnContainers from Visual Studio 2017
##### Set docker-compose as the default StartUp project ##### Set docker-compose as the default StartUp project
In case it is not your "by default project", right click on the "docker-compose" node and select the "Set as Startup Project" menu option, as shwon 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"> <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": 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":