We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f3c571 + 7995db9 commit 01d0a42Copy full SHA for 01d0a42
1 file changed
.azure-pipelines/ci-build.yml
@@ -57,10 +57,10 @@ extends:
57
version: 8.x
58
59
# Install the nuget tool.
60
- - task: NuGetToolInstaller@0
61
- displayName: 'Use NuGet >=5.2.0'
+ - task: NuGetToolInstaller@1
+ displayName: 'Use NuGet >=6.11.0'
62
inputs:
63
- versionSpec: '>=5.2.0'
+ versionSpec: '>=6.11.0'
64
checkLatest: true
65
66
# Build the Product project
0 commit comments