Skip to content

Commit

Permalink
Merge pull request #1807 from microsoft/ci/upgrades-task
Browse files Browse the repository at this point in the history
ci: upgrades outdated nuget installer task
  • Loading branch information
baywet authored Sep 2, 2024
2 parents 1f3c571 + 7995db9 commit 01d0a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ extends:
version: 8.x

# Install the nuget tool.
- task: NuGetToolInstaller@0
displayName: 'Use NuGet >=5.2.0'
- task: NuGetToolInstaller@1
displayName: 'Use NuGet >=6.11.0'
inputs:
versionSpec: '>=5.2.0'
versionSpec: '>=6.11.0'
checkLatest: true

# Build the Product project
Expand Down

0 comments on commit 01d0a42

Please sign in to comment.