浏览代码

add 2.1 runtime

Claire Novotny 5 年之前
父节点
当前提交
27c4916bad
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      azure-pipelines.ix.yml

+ 7 - 0
azure-pipelines.ix.yml

@@ -38,9 +38,16 @@ stages:
         includePreviewVersions: true
 
     - task: UseDotNet@2
+      displayName: .NET Core 3.1 runtime
       inputs:
         version: '3.1.x'
         packageType: runtime
+        
+    - task: UseDotNet@2
+      displayName: .NET Core 2.1 runtime
+      inputs:
+        version: '2.1.x'
+        packageType: runtime        
 
     - task: DotNetCoreCLI@2
       inputs: