Просмотр исходного кода

Remove obsolete erroring command

This is not required for stable pushes.
Joshua M. Boniface 4 лет назад
Родитель
Сommit
599f36f57f
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)
       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
     displayName: 'Push Nuget packages to stable feed'
     condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')