소스 검색

try moving the 3.0 install to after the tool

Oren Novotny 6 년 전
부모
커밋
bf6c150f20
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      azure-pipelines.rx.yml

+ 4 - 4
azure-pipelines.rx.yml

@@ -116,10 +116,6 @@ jobs:
     inputs:
       version: '2.2.100'
 
-  - task: DotNetCoreInstaller@0
-    inputs:
-      version: '3.0.100-preview-009812'
-
   - task: DotNetCoreCLI@2  
     inputs:
       command: custom
@@ -130,6 +126,10 @@ jobs:
   - script: ./nbgv cloud -a -p Rx.NET/Source
     displayName: Set Version
 
+  - task: DotNetCoreInstaller@0
+    inputs:
+      version: '3.0.100-preview-009812'
+
   - task: DownloadBuildArtifacts@0
     displayName: 'Download Build Artifacts'
     inputs: