diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 34db36f175..2062809d1c 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -151,6 +151,11 @@ stages: runOnce: deploy: steps: + - task: NuGetToolInstaller@1 + displayName: Use latest NuGet + inputs: + checkLatest: true + - task: NuGetCommand@2 displayName: NuGet Push inputs: @@ -198,6 +203,11 @@ stages: isDraft: true addChangeLog: true + - task: NuGetToolInstaller@1 + displayName: Use latest NuGet + inputs: + checkLatest: true + - task: NuGetCommand@2 displayName: NuGet Push inputs: