Add initial codespaces support for dotnet/runtime (#59723)
authorEric Erhardt <eric.erhardt@microsoft.com>
Wed, 29 Sep 2021 16:41:36 +0000 (11:41 -0500)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 16:41:36 +0000 (11:41 -0500)
commit8e4c996ae35aa803813a89faebb03eb01821c1a2
treef083bbb1ee9390fc50f8cce9712265b5f07dbe8b
parent37ceb3c260a7f9030a64890ba67389cd1c5794de
Add initial codespaces support for dotnet/runtime (#59723)

* Add initial codespaces support for dotnet/runtime

* Enable codespaces-prebuild
.devcontainer/Dockerfile [new file with mode: 0644]
.devcontainer/devcontainer.json [new file with mode: 0644]
.devcontainer/scripts/onCreateCommand.sh [new file with mode: 0644]
.github/workflows/create-codespaces-prebuild.yml [new file with mode: 0644]
.gitignore