Merge pull request #4524 from crobibero/test-5.0

Use sdk 5.x
This commit is contained in:
Joshua M. Boniface 2020-11-20 10:19:30 -05:00 committed by GitHub
commit de2f4967d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ jobs:
# This is required for the SonarCloud analyzer
- task: UseDotNet@2
displayName: "Install .NET SDK 5.0"
displayName: "Install .NET SDK 5.x"
condition: eq(variables['ImageName'], 'ubuntu-latest')
inputs:
packageType: sdk
version: '5.0'
version: '5.x'
- task: UseDotNet@2
displayName: "Update DotNet"