aboutsummaryrefslogtreecommitdiff
path: root/test/oryx/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-04-19 00:37:51 +0300
committerGitHub <noreply@github.com>2023-04-19 00:37:51 +0300
commitfad03b19d48466bb0eec41ccbf4cc456a5c4dea7 (patch)
tree63e883beb47ac7d40dd2e2f073cd478e54c2f1a3 /test/oryx/scenarios.json
parent2237731474ace274b1756e63937a958131cf719e (diff)
Oryx - Switch to .NET 7 (#522)feature_oryx_1.1.0
* Oryx - Switch to .NET 7 * fix test ; add test * fix test - back compat
Diffstat (limited to 'test/oryx/scenarios.json')
-rw-r--r--test/oryx/scenarios.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/oryx/scenarios.json b/test/oryx/scenarios.json
index bbfc277..c61483e 100644
--- a/test/oryx/scenarios.json
+++ b/test/oryx/scenarios.json
@@ -3,6 +3,16 @@
"image": "ubuntu:focal",
"features": {
"dotnet": {
+ "version": "7",
+ "installUsingApt": "false"
+ },
+ "oryx": {}
+ }
+ },
+ "install_prev_dotnet_and_oryx": {
+ "image": "ubuntu:focal",
+ "features": {
+ "dotnet": {
"version": "6",
"installUsingApt": "false"
},