Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Nuget v6
  • Loading branch information
snakefoot committed Nov 25, 2023
1 parent 76aafb5 commit 660cada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ variables:

steps:
- task: NuGetToolInstaller@0
displayName: 'Use NuGet 5.x'
displayName: 'Use NuGet 6.x'
inputs:
versionSpec: 5.x
versionSpec: 6.x

- task: NuGetCommand@2
displayName: 'NuGet restore'
Expand Down

0 comments on commit 660cada

Please sign in to comment.