File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ stages:
5656 displayName: Configure git commit author for testing
5757
5858 - task : UseDotNet@2
59- displayName : Install .NET Core 5.0.202 SDK
59+ displayName : Install .NET Core 5.0.401 SDK
6060 inputs :
6161 packageType : sdk
62- version : 5.0.202
62+ version : 5.0.401
6363
6464 - task : UseDotNet@2
6565 displayName : Install .NET Core 3.1 runtime
@@ -69,9 +69,9 @@ stages:
6969
7070 - pwsh : |
7171 Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
72- & .\dotnet-install.ps1 -Architecture x86 -Version 5.0.202 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
72+ & .\dotnet-install.ps1 -Architecture x86 -Version 5.0.401 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
7373 & .\dotnet-install.ps1 -Architecture x86 -Channel 3.1 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
74- displayName: Install 32-bit .NET Core SDK 5.0.202 , 3.1
74+ displayName: Install 32-bit .NET Core SDK 5.0.401 , 3.1
7575 condition: ne(variables['dotnet32'], '')
7676
7777 - script : dotnet --info
@@ -329,10 +329,10 @@ stages:
329329 packageType : runtime
330330 version : 3.1.x
331331 - task : UseDotNet@2
332- displayName : Install .NET Core 5.0.202 SDK
332+ displayName : Install .NET Core 5.0.401 SDK
333333 inputs :
334334 packageType : sdk
335- version : 5.0.202
335+ version : 5.0.401
336336 - script : dotnet --info
337337 displayName : Show dotnet SDK info
338338 - bash : |
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5.0.202"
3+ "version" : " 5.0.401" ,
4+ "rollForward" : " patch" ,
5+ "allowPrerelease" : false
46 }
57}
You can’t perform that action at this time.
0 commit comments