mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
* Revert "Upgrade dotnet sdk to v8.0.303 (#3388)" This reverts commitdbcaa7cf3d. * Revert "Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (#3347)" This reverts commit3dab1f1fb0. * Revert "Upgrade dotnet sdk to v8.0.302 (#3346)" This reverts commit8f1c723ba0. * Revert "Bump runner to dotnet 8 (#3345)" This reverts commit1e74a8137b.
28 lines
712 B
JSON
28 lines
712 B
JSON
{
|
|
"name": "Actions Runner Devcontainer",
|
|
"image": "mcr.microsoft.com/devcontainers/base:focal",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:1": {},
|
|
"ghcr.io/devcontainers/features/dotnet": {
|
|
"version": "6.0.421"
|
|
},
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "16"
|
|
},
|
|
"ghcr.io/devcontainers/features/sshd:1": {
|
|
"version": "latest"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-dotnettools.csharp",
|
|
"eamodio.gitlens"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "dotnet restore src/Test && dotnet restore src/Runner.PluginHost",
|
|
"remoteUser": "vscode"
|
|
}
|