Repo for purpose of V1 DevOps Project
If you don't have git on your machine yet, you can install it from here: https://git-scm.com/download/win
Navigate to https://dotnet.microsoft.com/download/dotnet-core/2.1 Under the section "SDK 2.1.504" choose the .Net Core Insaller x64 (I guess we all run 64 bit machines). -> Direct link: https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.1.504-windows-x64-installer
Navigate to https://code.visualstudio.com/ and click the download button. Run the Installer
To be able to code in C# in Visual Studio, C# extension need to be installed. It's here https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp
Open Visual Studio Code Open the Commnand Palette. It can be found through the menu "View" -> "Command Palette". Once in the Command Palette, type "Git: clone". A text box opens, paste the repository URL: https://github.com/conoroneill136/DevOpsProject Choose a local folder.
Docker support for VS Code is provided by an extension. To install the Docker extension, open the Extensions view by pressing Ctrl+Shift+X and search for docker to filter the results. Select the Microsoft Docker extension. -> Direct Link: https://code.visualstudio.com/docs/azure/docker#_generating-docker-files