File tree Expand file tree Collapse file tree 9 files changed +15
-31
lines changed
Expand file tree Collapse file tree 9 files changed +15
-31
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,13 @@ jobs:
4141 workingDirectory : .azure/pipelines
4242
4343 - task : UseDotNet@2
44- displayName : Use .NET Core sdk 6.0.x - needed for code signing
44+ displayName : Use .NET 6 SDK - needed for code signing
4545 inputs :
4646 version : 6.0.x
4747 - task : UseDotNet@2
48- displayName : Use .NET Core sdk 8.0.x
48+ displayName : Use .NET 10 SDK
4949 inputs :
50- version : 8.0.x
51- - task : UseDotNet@2
52- displayName : Use .NET Core sdk 9.0.x
53- inputs :
54- version : 9.0.x
50+ version : 10.0.x
5551
5652 - task : DotNetCoreCLI@2
5753 displayName : dotnet build
Original file line number Diff line number Diff line change 2222 submodules : recursive
2323 persistCredentials : True
2424 - task : UseDotNet@2
25- displayName : Use .NET Core sdk 8.0.x
25+ displayName : Use .NET 10 SDK
2626 inputs :
27- version : 8 .0.x
27+ version : 10 .0.x
2828 - task : NuGetToolInstaller@1
2929 displayName : Nuget Tool Installer
3030 inputs :
Original file line number Diff line number Diff line change @@ -40,16 +40,10 @@ jobs:
4040
4141 steps :
4242 - task : UseDotNet@2
43- displayName : Use .NET 8.0
43+ displayName : Use .NET 10 SDK
4444 inputs :
4545 packageType : ' sdk'
46- version : ' 8.0.x'
47-
48- - task : UseDotNet@2
49- displayName : Use .NET 9.0
50- inputs :
51- packageType : ' sdk'
52- version : ' 9.0.x'
46+ version : ' 10.0.x'
5347
5448 - task : NodeTool@0
5549 displayName : Node Tool
@@ -162,16 +156,10 @@ jobs:
162156
163157 steps :
164158 - task : UseDotNet@2
165- displayName : Use .NET 8.0
166- inputs :
167- packageType : ' sdk'
168- version : ' 8.0.x'
169-
170- - task : UseDotNet@2
171- displayName : Use .NET 9.0
159+ displayName : Use .NET 10 SDK
172160 inputs :
173161 packageType : ' sdk'
174- version : ' 9 .0.x'
162+ version : ' 10 .0.x'
175163
176164 - bash : |
177165 sudo npm install -g azurite
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22ARG TARGETARCH
33WORKDIR /src
44
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0-alpine AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0-alpine AS build
22ARG TARGETARCH
33WORKDIR /src
44
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22ARG TARGETARCH
33WORKDIR /src
44
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22ARG TARGETARCH
33
44RUN mkdir /data \
Original file line number Diff line number Diff line change 11ARG TAG=ltsc2022
2- FROM mcr.microsoft.com/dotnet/sdk:9 .0-nanoserver-$TAG AS build
2+ FROM mcr.microsoft.com/dotnet/sdk:10 .0-nanoserver-$TAG AS build
33
44ENV NUGET_PACKAGES=/src/pkg
55
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22ARG TARGETARCH
33WORKDIR /src
44
You can’t perform that action at this time.
0 commit comments