Skip to content

Commit 9836d33

Browse files
committed
build(azure): add installation step for .NET 9 SDK
1 parent 90b92da commit 9836d33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/azure/.pipelines/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ steps:
3838
inputs:
3939
packageType: 'sdk'
4040
version: '8.x'
41+
- task: UseDotNet@2
42+
displayName: 'Install .NET 9'
43+
inputs:
44+
packageType: 'sdk'
45+
version: '9.x'
4146

4247
- task: DotNetCoreCLI@2
4348
displayName: 'dotnet restore'

0 commit comments

Comments
 (0)