diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-04-19 00:37:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 00:37:51 +0300 |
commit | fad03b19d48466bb0eec41ccbf4cc456a5c4dea7 (patch) | |
tree | 63e883beb47ac7d40dd2e2f073cd478e54c2f1a3 /test/oryx/scenarios.json | |
parent | 2237731474ace274b1756e63937a958131cf719e (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.json | 10 |
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" }, |