瀏覽代碼

Merge pull request #4667 from joshuaboniface/fix-nuget-ci

Remove obsolete erroring command
Joshua M. Boniface 4 年之前
父節點
當前提交
f2c2beca0f
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      .ci/azure-pipelines-package.yml

+ 0 - 6
.ci/azure-pipelines-package.yml

@@ -221,12 +221,6 @@ jobs:
       pathToPublish: $(Build.ArtifactStagingDirectory)
       pathToPublish: $(Build.ArtifactStagingDirectory)
       artifactName: Jellyfin Nuget Packages
       artifactName: Jellyfin Nuget Packages
 
 
-  - task: NuGetAuthenticate@0
-    displayName: 'Authenticate to stable Nuget feed'
-    condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
-    inputs:
-      nuGetServiceConnections: 'NugetOrg'
-
   - task: NuGetCommand@2
   - task: NuGetCommand@2
     displayName: 'Push Nuget packages to stable feed'
     displayName: 'Push Nuget packages to stable feed'
     condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
     condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')