Skip to content

Commit 4eadc87

Browse files
Update NuGet Version in build pipeline
1 parent 2233ac6 commit 4eadc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
displayName: Setup Environment Variables
2929

3030
- task: NuGetToolInstaller@0
31-
displayName: Use NuGet 5.6.0
31+
displayName: Use NuGet 5.11.x
3232
inputs:
33-
versionSpec: 5.6.0
34-
33+
versionSpec: 5.11.x
34+
3535
- task: DotNetCoreCLI@2
3636
inputs:
3737
command: custom

0 commit comments

Comments
 (0)