features/test/dotnet/scenarios.json

86 lines
1.9 KiB
JSON
Raw Normal View History

{
"install_additional_dotnet": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
2023-03-01 10:34:31 +03:00
"version": "latest",
2023-03-02 01:13:40 +03:00
"additionalVersions": "6.0.405, 6.0.402,3.1.416"
}
}
},
2023-03-03 04:10:12 +03:00
"install_dotnet_lts": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
"version": "latest"
}
}
},
"install_dotnet_3": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
"version": "3"
}
}
},
"install_dotnet_6_bullseye": {
"image": "debian:bullseye",
"features": {
"dotnet": {
"version": "6"
}
}
},
"install_dotnet_6_focal": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
"version": "6"
}
}
},
"install_dotnet_7_bullseye": {
"image": "debian:bullseye",
"features": {
"dotnet": {
"version": "7"
}
}
},
"install_dotnet_7_jammy": {
"image": "ubuntu:jammy",
"features": {
"dotnet": {
"version": "7"
}
}
2023-03-01 10:57:41 +03:00
},
"install_dotnet_runtime": {
"image": "ubuntu:jammy",
"features": {
"dotnet": {
"version": "6.0.14",
"runtimeOnly": true
}
}
2023-03-01 11:29:45 +03:00
},
"build_dotnet_7": {
2023-03-01 22:19:02 +03:00
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"remoteUser": "vscode",
2023-03-01 11:29:45 +03:00
"features": {
"dotnet": {
"version": "7"
}
}
},
"run_dotnet_7": {
2023-03-01 22:19:02 +03:00
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"remoteUser": "vscode",
2023-03-01 11:29:45 +03:00
"features": {
"dotnet": {
"version": "7"
}
}
}
}