Merge pull request #4500 from oddstr13/nuget-bump-net5.0

Use .NET 5.0 in Nuget pipeline
This commit is contained in:
Anthony Lavado
2020-11-17 00:17:08 -05:00
committed by GitHub

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