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 05deebc commit cf08a37
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: UseDotNet@2.207.0
- task: UseDotNet@2
displayName: "Install .NET Core 3.1 SDK"
inputs:
packageType: "sdk"
version: 3.1.x
- task: UseDotNet@2.207.0
- task: UseDotNet@2
displayName: "Install .NET Core 5.0 SDK"
inputs:
packageType: "sdk"
version: 5.0.x
- task: UseDotNet@2.207.0
- task: UseDotNet@2
displayName: "Install .NET Core SDK"
inputs:
packageType: "sdk"
Expand Down

0 comments on commit cf08a37

Please sign in to comment.