features/test/oryx/scenarios.json
Samruddhi Khandale fad03b19d4
Oryx - Switch to .NET 7 (#522)
* Oryx - Switch to .NET 7

* fix test ; add test

* fix test - back compat
2023-04-18 14:37:51 -07:00

37 lines
898 B
JSON

{
"install_dotnet_and_oryx": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
"version": "7",
"installUsingApt": "false"
},
"oryx": {}
}
},
"install_prev_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": {}
}
}
}