浏览代码

Merge pull request #10882 from crobibero/devops-nuget

Use NuGetAuthenticate@1
Bond-009 1 年之前
父节点
当前提交
f6ed1845b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .ci/azure-pipelines-package.yml

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

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