소스 검색

ensure 3.1 runtime is present

Claire Novotny 5 년 전
부모
커밋
e43fdfa514
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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