Skip to content

Commit

Permalink
fix: azure pipeline error
Browse files Browse the repository at this point in the history
Signed-off-by: Taoyuesong <[email protected]>
  • Loading branch information
Taoyuesong committed Jun 5, 2024
1 parent 3b95e1e commit 51b1a7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ stages:
version: '8.0.x'
includePreviewVersions: true

- task: UseDotNet@2
displayName: Setup 9.0.x .NET SDKs
inputs:
packageType: 'sdk'
version: '9.0.x'
includePreviewVersions: true

- task: DotNetCoreCLI@2
displayName: Restore projects
inputs:
Expand Down

0 comments on commit 51b1a7d

Please sign in to comment.