Skip to content

Commit

Permalink
Installing .net8 sdk for official build pipeline (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainharsh98 authored Jul 30, 2024
1 parent 6ba749b commit 0846309
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ extends:
inputs:
version: 6.x
packageType: sdk


- task: UseDotNet@2
displayName: 'Install .NET 8.0'
inputs:
version: 8.x
packageType: sdk

- task: DotNetCoreCLI@2
displayName: Build project
inputs:
Expand Down

0 comments on commit 0846309

Please sign in to comment.