Skip to content

Commit

Permalink
Merge pull request #346 from microsoft/ci/task-version
Browse files Browse the repository at this point in the history
ci: upgrades outdated task
  • Loading branch information
baywet authored Sep 2, 2024
2 parents 0065f3e + 00b51d8 commit b94cd7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extends:
- task: NuGetToolInstaller@1
displayName: 'Install Nuget dependency manager'
inputs:
versionSpec: '>=5.2.0'
versionSpec: '>=6.11.0'
checkLatest: true

# Build the Product project
Expand Down Expand Up @@ -246,10 +246,10 @@ extends:
vmImage: ubuntu-latest
steps:
# 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
- task: DownloadPipelineArtifact@2
displayName: Download nupkg from artifacts
Expand Down

0 comments on commit b94cd7b

Please sign in to comment.