Skip to content

Commit

Permalink
Fix UseDotNet
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Aug 15, 2022
1 parent 4c8261f commit 05deebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ stages:
steps:
- checkout: self
lfs: true
- task: [email protected].2
- task: [email protected].0
displayName: "Install .NET Core 3.1 SDK"
inputs:
packageType: "sdk"
version: 3.1.x
- task: [email protected].2
- task: [email protected].0
displayName: "Install .NET Core 5.0 SDK"
inputs:
packageType: "sdk"
version: 5.0.x
- task: [email protected].2
- task: [email protected].0
displayName: "Install .NET Core SDK"
inputs:
packageType: "sdk"
Expand Down

0 comments on commit 05deebc

Please sign in to comment.