Skip to content

Commit a3d79eb

Browse files
committed
Work CI-CD
- Add task to install specific NuGet exe. ***NO_CI***
1 parent 4703666 commit a3d79eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ jobs:
207207
fetchDepth: 100
208208

209209
- template: azure-pipelines-templates/install-nbgv-tool.yml@templates
210+
211+
- task: NuGetToolInstaller@0
212+
displayName: 'Install specific version of NuGet'
213+
inputs:
214+
versionSpec: '5.8.0'
210215

211216
- script: nbgv cloud -a -c
212217
condition: succeeded()

0 commit comments

Comments
 (0)