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

Cesar De la Torre 2017-03-01 16:28:18 -08:00
parent 71137963c8
commit cab1deabde

@ -1,4 +1,10 @@
## Setting eShopOnContainers up in a Visual Studio 2017 development machine
Visual Studio 2017 with its built-in Docker Tools adds a number of very convenient features which are solid reasons why you'd want to use VS 2017 when developing Docker container based applications. The most important features are:
* Multi-container debugging, supporting true microservice scenarios
* Windows Server Containers for .NET Framework apps
* Addition of CI build definition using a docker-compose.ci.build.yml file at the solution level.
* Configure Continuous Integration experience for setting up CI/CD with VSTS to Azure Container Services
Being the first one (Multi-container debugging, supporting true microservice scenarios) the most loved feature, probably.
### GitHub branch to use
As of February 20th, the branch to use with VS 2017 (.CSPROJ support) is the branch: vs2017 :