Skip to content

Commit b52b790

Browse files
Fix the azure-pipelines for the releases.
1 parent a446709 commit b52b790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build/azure-pipelines-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ pool:
1313

1414
steps:
1515

16-
# Install NuGet 4.4.1
16+
# Install NuGet 5.5.1
1717
- task: NuGetToolInstaller@1
18-
displayName: 'Install NuGet 4.4.1'
18+
displayName: 'Install NuGet 5.5.1'
1919
inputs:
20-
versionSpec: '4.4.1'
20+
versionSpec: '5.5.1'
2121

2222
# Restore NuGet packages
2323
- task: NuGetCommand@2

0 commit comments

Comments
 (0)