Skip to content

Commit 1eeeedb

Browse files
committed
Use newer nuget version >=6.6.1
1 parent 9975270 commit 1eeeedb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build/azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ steps:
112112
Write-Host "Commit IDs: $git_commit_ids"
113113
Write-Host ("##vso[task.setvariable variable=git_commit_ids;]$git_commit_ids")
114114
115-
- task: NuGetToolInstaller@0
115+
- task: NuGetToolInstaller@1
116+
displayName: 'Use NuGet >=6.6.1'
116117
inputs:
117-
versionSpec: 5.8.1
118+
versionSpec: '>=6.6.1'
119+
checkLatest: true
118120

119121
- task: NuGetCommand@2
120122
inputs:

0 commit comments

Comments
 (0)