mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Use sdk 5.x
This commit is contained in:
parent
182a68f3dd
commit
f727f5dd72
@ -30,11 +30,11 @@ jobs:
|
|||||||
|
|
||||||
# This is required for the SonarCloud analyzer
|
# This is required for the SonarCloud analyzer
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
displayName: "Install .NET SDK 5.0"
|
displayName: "Install .NET SDK 5.x"
|
||||||
condition: eq(variables['ImageName'], 'ubuntu-latest')
|
condition: eq(variables['ImageName'], 'ubuntu-latest')
|
||||||
inputs:
|
inputs:
|
||||||
packageType: sdk
|
packageType: sdk
|
||||||
version: '5.0'
|
version: '5.x'
|
||||||
|
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
displayName: "Update DotNet"
|
displayName: "Update DotNet"
|
||||||
|
Loading…
Reference in New Issue
Block a user