diff options
Diffstat (limited to 'test/dotnet/scenarios.json')
-rw-r--r-- | test/dotnet/scenarios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json index 120be7e..f865e60 100644 --- a/test/dotnet/scenarios.json +++ b/test/dotnet/scenarios.json @@ -47,5 +47,14 @@ "version": "7" } } + }, + "install_dotnet_runtime": { + "image": "ubuntu:jammy", + "features": { + "dotnet": { + "version": "6.0.14", + "runtimeOnly": true + } + } } }
\ No newline at end of file |