ソースを参照

Merge pull request #8584 from jellyfin/renovate/nugetauthenticate-0.x

Joshua M. Boniface 3 年 前
コミット
c04342391f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .ci/azure-pipelines-package.yml

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

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