dotnet-installer/.devcontainer/source-build/devcontainer.json
Logan Bussell 98d5be7aaa
Add devcontainer configurations for source build (#14084)
* Add devcontainer configurations for source build
2022-07-12 17:33:54 +00:00

5 lines
No EOL
203 B
JSON

// Use this devcontainer if you don't need the full context of a source-build tarball
{
"name": "Source-Build",
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2"
}