Skip to content

Commit 2493d9d

Browse files
committed
Explicitly get ubuntu noble numbat containers
1 parent b9637ba commit 2493d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stages:
5959
pool:
6060
name: NetCore-Public
6161
demands: ImageOverride -equals 1es-ubuntu-2004-open
62-
containerName: mcr.microsoft.com/dotnet/sdk:8.0
62+
containerName: mcr.microsoft.com/dotnet/sdk:8.0-noble
6363

6464
- stage:
6565
displayName: Test Linux (.NET 9)
@@ -74,7 +74,7 @@ stages:
7474
pool:
7575
name: NetCore-Public
7676
demands: ImageOverride -equals 1es-ubuntu-2004-open
77-
containerName: mcr.microsoft.com/dotnet/sdk:9.0
77+
containerName: mcr.microsoft.com/dotnet/sdk:9.0-noble
7878

7979
- stage:
8080
displayName: Test Linux (.NET 10)
@@ -91,7 +91,7 @@ stages:
9191
pool:
9292
name: NetCore-Public
9393
demands: ImageOverride -equals 1es-ubuntu-2004-open
94-
containerName: mcr.microsoft.com/dotnet/sdk:10.0.100-preview.7
94+
containerName: mcr.microsoft.com/dotnet/sdk:10.0.100-preview.7-noble
9595

9696
- stage: Test_Windows_Stage
9797
displayName: Test Windows

0 commit comments

Comments
 (0)