Use .NET 5.0 in the Nuget pipeline

This commit is contained in:
Odd Stråbø 2020-11-17 05:27:14 +01:00
parent ad719b7ac6
commit c770b9e0c6
1 changed files with 6 additions and 0 deletions

View File

@ -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')