features/test/oryx/scenarios.json
Samruddhi Khandale 3fc9604dda
Oryx: Build with .NET 6 (#298)
* Oryx: Install dotnet 3.1 runtime

* fix tests

* build with .NET 6 + add tests

* add tests

* fix tests

* shellcheck: nit
2022-11-17 11:55:43 -08:00

27 lines
651 B
JSON

{
"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": {}
}
}
}