Skip to content

Commit 6247598

Browse files
committed
ci: upgrades outdated nuget installer task
1 parent 7394b41 commit 6247598

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
@@ -60,10 +60,10 @@ extends:
6060
version: 8.x
6161

6262
# Install the nuget tool.
63-
- task: NuGetToolInstaller@0
64-
displayName: 'Use NuGet >=5.2.0'
63+
- task: NuGetToolInstaller@1
64+
displayName: 'Use NuGet >=6.11.0'
6565
inputs:
66-
versionSpec: '>=5.2.0'
66+
versionSpec: '>=6.11.0'
6767
checkLatest: true
6868

6969
# Build the Product project

0 commit comments

Comments
 (0)