Skip to content

Commit 31cbe67

Browse files
committed
Test on supported .NET SDKs
1 parent 27378e2 commit 31cbe67

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 21 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
@@ -56,24 +52,18 @@ stages:
5652
- job: linux
5753
strategy:
5854
matrix:
59-
Ubuntu_Focal:
60-
containerImage: focal
61-
testCake: true
62-
Ubuntu_Jammy_60:
63-
containerImage: jammy60
64-
testCake: true
65-
Ubuntu_Jammy_70:
66-
containerImage: jammy70
67-
testCake: true
6855
Ubuntu_Jammy_80:
6956
containerImage: jammy80
70-
testCake: false
71-
Debian_70:
72-
containerImage: debian70
57+
testCake: true
58+
Ubuntu_Noble_90:
59+
containerImage: noble90
7360
testCake: true
7461
Debian_80:
7562
containerImage: debian80
76-
testCake: false
63+
testCake: true
64+
Debian_90:
65+
containerImage: debian90
66+
testCake: true
7767
pool:
7868
vmImage: ubuntu-22.04
7969
container: $[ variables['containerImage'] ]

0 commit comments

Comments
 (0)