Browse Source

add 2.1 runtime

Claire Novotny 5 years ago
parent
commit
27c4916bad
1 changed files with 7 additions and 0 deletions
  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: