Skip to content

Commit bc846d7

Browse files
authored
Merge pull request #572 from microsoft/ci/upgrades-task
ci: upgrades outdated nuget installer task
2 parents d7d84ff + 6247598 commit bc846d7

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)