Skip to content

Commit 7995db9

Browse files
committed
ci: upgrades outdated nuget installer task
1 parent 582e00a commit 7995db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ extends:
5757
version: 8.x
5858

5959
# Install the nuget tool.
60-
- task: NuGetToolInstaller@0
61-
displayName: 'Use NuGet >=5.2.0'
60+
- task: NuGetToolInstaller@1
61+
displayName: 'Use NuGet >=6.11.0'
6262
inputs:
63-
versionSpec: '>=5.2.0'
63+
versionSpec: '>=6.11.0'
6464
checkLatest: true
6565

6666
# Build the Product project

0 commit comments

Comments
 (0)