aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/scenarios.json
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 11:29:45 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 11:29:45 +0300
commitc1ce660cac298c144d89df7f649dee104b870aec (patch)
tree9ebe9bffb9998beda98250d05bc41b6692ac7f9a /test/dotnet/scenarios.json
parentb80a77bcb5cb8de179d7c27df0f8ef93936f6977 (diff)
Add scenarios for build and run
Diffstat (limited to 'test/dotnet/scenarios.json')
-rw-r--r--test/dotnet/scenarios.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json
index f865e60..f4127f2 100644
--- a/test/dotnet/scenarios.json
+++ b/test/dotnet/scenarios.json
@@ -56,5 +56,21 @@
"runtimeOnly": true
}
}
+ },
+ "build_dotnet_7": {
+ "image": "ubuntu:jammy",
+ "features": {
+ "dotnet": {
+ "version": "7"
+ }
+ }
+ },
+ "run_dotnet_7": {
+ "image": "ubuntu:jammy",
+ "features": {
+ "dotnet": {
+ "version": "7"
+ }
+ }
}
} \ No newline at end of file