From 599f36f57f1f696913d5252bbe415830d3861f66 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 5 Dec 2020 01:21:52 -0500 Subject: [PATCH] Remove obsolete erroring command This is not required for stable pushes. --- .ci/azure-pipelines-package.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index d478516b83..47477ba602 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.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')