We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a446709 commit b52b790Copy full SHA for b52b790
Build/azure-pipelines-release.yaml
@@ -13,11 +13,11 @@ pool:
13
14
steps:
15
16
-# Install NuGet 4.4.1
+# Install NuGet 5.5.1
17
- task: NuGetToolInstaller@1
18
- displayName: 'Install NuGet 4.4.1'
+ displayName: 'Install NuGet 5.5.1'
19
inputs:
20
- versionSpec: '4.4.1'
+ versionSpec: '5.5.1'
21
22
# Restore NuGet packages
23
- task: NuGetCommand@2
0 commit comments