Skip to content

Commit 351a919

Browse files
committed
Test on supported .NET SDKs
1 parent 27378e2 commit 351a919

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,14 @@ parameters:
2121

2222
resources:
2323
containers:
24-
- container: focal
25-
image: mcr.microsoft.com/dotnet/sdk:6.0-focal
26-
- container: jammy60
27-
image: mcr.microsoft.com/dotnet/sdk:6.0-jammy
28-
- container: jammy70
29-
image: mcr.microsoft.com/dotnet/sdk:7.0-jammy
3024
- container: jammy80
3125
image: mcr.microsoft.com/dotnet/sdk:8.0-jammy
32-
- container: debian70
33-
image: mcr.microsoft.com/dotnet/sdk:7.0
26+
- container: noble90
27+
image: mcr.microsoft.com/dotnet/sdk:9.0-noble
3428
- container: debian80
3529
image: mcr.microsoft.com/dotnet/sdk:8.0
30+
- container: debian90
31+
image: mcr.microsoft.com/dotnet/sdk:9.0
3632

3733
variables:
3834
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)