File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ pool:
14
14
steps :
15
15
- script : echo Build Number $(name)
16
16
- task : UseDotNet@2
17
- displayName : ' Use .NET 8 .0 sdk'
17
+ displayName : ' Use .NET 9 .0 sdk'
18
18
inputs :
19
19
packageType : sdk
20
- version : 9.0.102
20
+ version : 9.0.200
21
21
installationPath : $(Agent.ToolsDirectory)/dotnet
22
22
- script : echo Started restoring the source code
23
23
- task : DotNetCoreCLI@2
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ pool:
22
22
steps :
23
23
- script : echo Build Number $(name)
24
24
- task : UseDotNet@2
25
- displayName : ' Use .NET 8 .0 sdk'
25
+ displayName : ' Use .NET 9 .0 sdk'
26
26
inputs :
27
27
packageType : sdk
28
- version : 9.0.102
28
+ version : 9.0.200
29
29
installationPath : $(Agent.ToolsDirectory)/dotnet
30
30
- script : echo Started restoring the source code
31
31
- task : DotNetCoreCLI@2
You can’t perform that action at this time.
0 commit comments