Jelajahi Sumber

try moving the 3.0 install to after the tool

Oren Novotny 6 tahun lalu
induk
melakukan
bf6c150f20
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  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: