Browse Source

Use .NET 5.0 in the Nuget pipeline

Odd Stråbø 4 years ago
parent
commit
c770b9e0c6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .ci/azure-pipelines-package.yml

+ 6 - 0
.ci/azure-pipelines-package.yml

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