diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 336ca5006c..df22a05058 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -283,7 +283,7 @@ stages: artifactName: VSSetupArtifacts targetPath: '$(Build.SourcesDirectory)/artifacts/VSSetup/$(_BuildConfig)' - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 displayName: 'NuGet Authenticate to dotnet-tools and test-tools feeds' - task: NuGetCommand@2