diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 10:57:41 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 10:57:41 +0300 |
commit | ab802885688efb5dd5410421ea2c3d1151d24e8c (patch) | |
tree | 85d96c9fd4d944f95e0012d6f4cef93354c88d04 /test/dotnet/scenarios.json | |
parent | a4746b2feb341357a30429294881dfc8fd6707d0 (diff) |
Add runtime test
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 |