This repo template is built to help you get started developing your Azure DevOps-based codebases using Codespaces and Visual Studio. To get started, simply perform the following steps 👍
From GitHub.com:
- Click the
Use this template
button in order to create a new repo from this template. Name it whatever you'd like! - Open up the
.devcontainer/devcontainer.json
file and replace the<url>
placeholder in thepostCreateCommand
property to point at your Azure DevOps repo
From Visual Studio:
- Sign in with your GitHub account
- Create a new Codespace using the repo you created above
- If needed, you'll be prompted to sign into Azure DevOps
- Connect to the Codespace, and start coding in the cloud 🚀