File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ pool:
1414steps :
1515- script : echo Build Number $(name)
1616- task : UseDotNet@2
17- displayName : ' Use .NET 8 .0 sdk'
17+ displayName : ' Use .NET 9 .0 sdk'
1818 inputs :
1919 packageType : sdk
20- version : 9.0.102
20+ version : 9.0.200
2121 installationPath : $(Agent.ToolsDirectory)/dotnet
2222- script : echo Started restoring the source code
2323- task : DotNetCoreCLI@2
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ pool:
2222steps :
2323- script : echo Build Number $(name)
2424- task : UseDotNet@2
25- displayName : ' Use .NET 8 .0 sdk'
25+ displayName : ' Use .NET 9 .0 sdk'
2626 inputs :
2727 packageType : sdk
28- version : 9.0.102
28+ version : 9.0.200
2929 installationPath : $(Agent.ToolsDirectory)/dotnet
3030- script : echo Started restoring the source code
3131- task : DotNetCoreCLI@2
You can’t perform that action at this time.
0 commit comments