@@ -37,12 +37,15 @@ resources:
3737 image : mcr.microsoft.com/dotnet/sdk:9.0-noble
3838 - container : 9.0-nanoserver
3939 image : mcr.microsoft.com/dotnet/sdk:9.0-nanoserver-1809
40-
40+ - container : 10.0-noble
41+ image : mcr.microsoft.com/dotnet/sdk:10.0-noble
42+ - container : 10.0-nanoserver
43+ image : mcr.microsoft.com/dotnet/sdk:10.0-nanoserver-ltsc2025
4144stages :
4245- stage : Build
4346 jobs :
4447 - job : build_noble
45- container : 9 .0-noble
48+ container : 10 .0-noble
4649 pool :
4750 vmImage : ubuntu-22.04
4851 steps :
@@ -67,7 +70,7 @@ stages:
6770 - job : build_windows
6871 pool :
6972 vmImage : windows-2019
70- container : 9 .0-nanoserver
73+ container : 10 .0-nanoserver-ltsc2025
7174 # Make sure we can run scripts in PowerShell core:
7275 # https://github.com/microsoft/azure-pipelines-tasks/issues/11448
7376 variables :
@@ -206,6 +209,18 @@ stages:
206209 container : 9.0-noble
207210 command : tarball
208211
212+ 10.0-noble-deb :
213+ container : 10.0-noble
214+ command : deb
215+ 10.0-noble-rpm :
216+ container : 10.0-noble
217+ command : rpm
218+ 10.0-noble-zip :
219+ container : 10.0-noble
220+ command : zip
221+ 10.0-noble-tarball :
222+ container : 10.0-noble
223+ command : tarball
209224 container : $[ variables['container'] ]
210225 pool :
211226 vmImage : ubuntu-22.04
@@ -259,12 +274,19 @@ stages:
259274 framework-dependent-app-9_0 :
260275 suite : framework-dependent
261276 framework : net9.0
277+
278+ self-contained-10_0 :
279+ suite : self-contained
280+ framework : net10.0
281+ framework-dependent-app-10_0 :
282+ suite : framework-dependent
283+ framework : net10.0
262284 steps :
263285 - task : UseDotNet@2
264- displayName : ' Use .NET Core 9 .0'
286+ displayName : ' Use .NET Core 10 .0'
265287 inputs :
266288 packageType : sdk
267- version : 9 .0.x
289+ version : 10 .0.x
268290 - bash : |
269291 set -e
270292 export PATH=~/.local/bin/:$PATH
0 commit comments