Skip to content

Commit bf6c150

Browse files
author
Oren Novotny
committed
try moving the 3.0 install to after the tool
1 parent deba91f commit bf6c150

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.rx.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ jobs:
116116
inputs:
117117
version: '2.2.100'
118118

119-
- task: DotNetCoreInstaller@0
120-
inputs:
121-
version: '3.0.100-preview-009812'
122-
123119
- task: DotNetCoreCLI@2
124120
inputs:
125121
command: custom
@@ -130,6 +126,10 @@ jobs:
130126
- script: ./nbgv cloud -a -p Rx.NET/Source
131127
displayName: Set Version
132128

129+
- task: DotNetCoreInstaller@0
130+
inputs:
131+
version: '3.0.100-preview-009812'
132+
133133
- task: DownloadBuildArtifacts@0
134134
displayName: 'Download Build Artifacts'
135135
inputs:

0 commit comments

Comments
 (0)