From 1dcb403527b2f561af5d41a48485cd4b71d211c4 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Sun, 19 Feb 2017 19:37:12 -0800 Subject: [PATCH] Created Setting the eShopOnContainers solution up in a hybrid VS2017 + CLI environment (markdown) --- ...ainers-solution-up-in-a-hybrid-VS2017---CLI-environment.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Setting-the-eShopOnContainers-solution-up-in-a-hybrid-VS2017---CLI-environment.md 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. +