diff --git a/Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md similarity index 100% rename from Roadmap-and-Milestones-for-future-releases.md rename to 01.-Roadmap-and-Milestones-for-future-releases.md diff --git a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md similarity index 100% rename from Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md rename to 02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md diff --git a/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md similarity index 100% rename from Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md rename to 03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md diff --git a/Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment.md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment.md similarity index 100% rename from Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment.md rename to 04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment.md diff --git a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2015-environment.md b/05.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2015-environment.md similarity index 100% rename from Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2015-environment.md rename to 05.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2015-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 deleted file mode 100644 index 51a2042..0000000 --- a/Setting-the-eShopOnContainers-solution-up-in-a-hybrid-VS2017---CLI-environment.md +++ /dev/null @@ -1,9 +0,0 @@ -This environment is a mix between the VS 2017 environment and a Windows CLI environment. Therefore, in this case sometimes you might want to build/run/debug the solution through VS 2017 and other times you might want to build/run by using the CLI (Command line interface plus PowerShell scripts and "docker-compose up/build" CLI). - -In regards the required SDK installation for using the CLI, you need first to follow the same steps than the ones specified in the CLI setup, here: - -https://github.com/dotnet/eShopOnContainers/wiki/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code) - -However, there are few additional steps to be performed so the VS 2017 configuration matches the CLI configuration and you don't have conflicts. - -VS config about external NODE/NPM path, etc....