blob: bbfc277a937bcd2f8b35703a6ee3334a9cf215c9 (
plain) (
tree)
|
|
{
"install_dotnet_and_oryx": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
"version": "6",
"installUsingApt": "false"
},
"oryx": {}
}
},
"test_python_project": {
"image": "ubuntu:focal",
"features": {
"python": {
"version": "3.10.4",
"additionalVersions": "3.9.7",
"useOryxIfAvailable": "false"
},
"dotnet": {
"version": "7",
"installUsingApt": "false"
},
"oryx": {}
}
}
}
|