From c1ce660cac298c144d89df7f649dee104b870aec Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 08:29:45 +0000 Subject: Add scenarios for build and run --- test/dotnet/scenarios.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'test/dotnet/scenarios.json') 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 -- cgit v1.2.3