Ver Fonte

add 2.1 runtime

Claire Novotny há 5 anos atrás
pai
commit
27c4916bad
1 ficheiros alterados com 7 adições e 0 exclusões
  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: