diff options
Diffstat (limited to 'test/oryx/scenarios.json')
-rw-r--r-- | test/oryx/scenarios.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/oryx/scenarios.json b/test/oryx/scenarios.json index 8598067..4b9fa90 100644 --- a/test/oryx/scenarios.json +++ b/test/oryx/scenarios.json @@ -2,7 +2,10 @@ "install_dotnet_and_oryx": { "image": "ubuntu:focal", "features": { - "dotnet": "6", + "dotnet": { + "version": "6", + "installUsingApt": "false" + }, "oryx": {} } } |