diff --git a/Setting-the-eShopOnContainers-solution-up-in-a-hybrid-VS2017---CLI-environment.md b/Setting-the-eShopOnContainers-solution-up-in-a-hybrid-VS2017---CLI-environment.md new file mode 100644 index 0000000..ddf21bd --- /dev/null +++ b/Setting-the-eShopOnContainers-solution-up-in-a-hybrid-VS2017---CLI-environment.md @@ -0,0 +1,4 @@ +This environment means that you might want to build/run/debug the solution through VS 2017 or other times you might want to build/run by using the CLI (Command line interface plus PowerShell scripts and "docker-compose up/build" CLI). + +Because in this environment you need to build the .NET projects from the dotnet CLI plus being able to build the docker images with docker-compose build, there are some SDKs that need to be available from the command line and you need to install them or configute them so commands are available from the cmd context. +