We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27378e2 commit 351a919Copy full SHA for 351a919
azure-pipelines.yml
@@ -21,18 +21,14 @@ parameters:
21
22
resources:
23
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
30
- container: jammy80
31
image: mcr.microsoft.com/dotnet/sdk:8.0-jammy
32
- - container: debian70
33
- image: mcr.microsoft.com/dotnet/sdk:7.0
+ - container: noble90
+ image: mcr.microsoft.com/dotnet/sdk:9.0-noble
34
- container: debian80
35
image: mcr.microsoft.com/dotnet/sdk:8.0
+ - container: debian90
+ image: mcr.microsoft.com/dotnet/sdk:9.0
36
37
variables:
38
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
0 commit comments