1313 - release/**
1414
1515env :
16- DOTNETRUNTIME_COMMIT : be32947d322ae71526ad1dde412a1dca44ea4fba
17- DOTNETSDK_VERSION : 9 .0.100-preview.6.24328.19
16+ DOTNETRUNTIME_COMMIT : 081d220c0a773ffb7c6bea6b48727833576a65ef
17+ DOTNETSDK_VERSION : 10 .0.100
1818 ADDITIONAL_BUILD_ARGS : ' /p:MonoEnableAssertMessages=true /p:WasmEnableES6=true /p:WasmExceptionHandling=true'
1919 GitVersion_Version : 5.10.3
2020
9898 build_aot_linux_job :
9999 if : github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
100100 runs-on : ubuntu-latest
101- container : ' mcr.microsoft.com/dotnet/sdk:8.0.303-jammy '
101+ container : ' mcr.microsoft.com/dotnet/sdk:10.0-noble '
102102
103103 strategy :
104104 matrix :
@@ -125,7 +125,7 @@ jobs:
125125 - name : Setup .NET SDK
126126 uses : actions/setup-dotnet@v1.7.2
127127 with :
128- dotnet-version : 8 .0.303
128+ dotnet-version : 10 .0.100
129129
130130 - name : Setup .NET SDK
131131 uses : actions/setup-dotnet@v1.7.2
@@ -206,7 +206,7 @@ jobs:
206206 build_linux_job :
207207 if : github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
208208 runs-on : ubuntu-latest
209- container : ' mcr.microsoft.com/dotnet/sdk:8.0.303-jammy '
209+ container : ' mcr.microsoft.com/dotnet/sdk:10.0-noble '
210210
211211 strategy :
212212 matrix :
@@ -234,7 +234,7 @@ jobs:
234234 - name : Setup .NET SDK
235235 uses : actions/setup-dotnet@v1.7.2
236236 with :
237- dotnet-version : 8 .0.303
237+ dotnet-version : 10 .0.100
238238
239239 - name : Setup .NET SDK
240240 uses : actions/setup-dotnet@v1.7.2
@@ -297,9 +297,11 @@ jobs:
297297 cd ./runtime/artifacts/packages/Release/Shipping
298298 rm *.symbols.nupkg
299299 rm *.Templates.*.nupkg
300- rm *ToolChain.net6.Manifest*.nupkg
301- rm *ToolChain.net7.Manifest*.nupkg
302- rm *ToolChain.net8.Manifest*.nupkg
300+ rm -f *ToolChain.net6.Manifest*.nupkg
301+ rm -f *ToolChain.net7.Manifest*.nupkg
302+ rm -f *ToolChain.net8.Manifest*.nupkg
303+ rm -f *ToolChain.net9.Manifest*.nupkg
304+ rm -f *ToolChain.net10.Manifest*.nupkg
303305 unzip -o '*.nupkg' -d uno
304306 cd uno
305307 rm *.nuspec
@@ -352,7 +354,7 @@ jobs:
352354 - name : Setup .NET SDK
353355 uses : actions/setup-dotnet@v1.7.2
354356 with :
355- dotnet-version : 8 .0.303
357+ dotnet-version : 10 .0.100
356358
357359 - name : Download package
358360 uses : actions/download-artifact@v2
0 commit comments