소스 검색

Use NuGetAuthenticate@1

Cody Robibero 1 년 전
부모
커밋
2fa50cceef
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')