Browse Source

Merge pull request #10882 from crobibero/devops-nuget

Use NuGetAuthenticate@1
Bond-009 1 year ago
parent
commit
f6ed1845b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .ci/azure-pipelines-package.yml

+ 1 - 1
.ci/azure-pipelines-package.yml

@@ -259,7 +259,7 @@ jobs:
       publishFeedCredentials: 'NugetOrg'
       publishFeedCredentials: 'NugetOrg'
       allowPackageConflicts: true # This ignores an error if the version already exists
       allowPackageConflicts: true # This ignores an error if the version already exists
 
 
-  - task: NuGetAuthenticate@0
+  - task: NuGetAuthenticate@1
     displayName: 'Authenticate to unstable Nuget feed'
     displayName: 'Authenticate to unstable Nuget feed'
     condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
     condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')