瀏覽代碼

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

Use .NET 5.0 in Nuget pipeline
Anthony Lavado 4 年之前
父節點
當前提交
c8e41adfeb
共有 1 個文件被更改,包括 6 次插入0 次删除
  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')