Use .NET 5.0 in the Nuget pipeline

pull/4500/head
Odd Stråbø 4 years ago
parent ad719b7ac6
commit c770b9e0c6

@ -188,6 +188,12 @@ jobs:
vmImage: 'ubuntu-latest'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 5.0 sdk'
inputs:
packageType: 'sdk'
version: '5.0.x'
- task: DotNetCoreCLI@2
displayName: 'Build Stable Nuget packages'
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')

Loading…
Cancel
Save