Browse Source

ensure 3.1 runtime is present

Claire Novotny 5 years ago
parent
commit
e43fdfa514
1 changed files with 5 additions and 0 deletions
  1. 5 0
      azure-pipelines.ix.yml

+ 5 - 0
azure-pipelines.ix.yml

@@ -37,6 +37,11 @@ stages:
         version: 5.0.x
         includePreviewVersions: true
 
+    - task: UseDotNet@2
+      inputs:
+        version: '3.1.x'
+        packageType: runtime
+
     - task: DotNetCoreCLI@2
       inputs:
         command: custom