aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-12-05 01:21:52 -0500
committerJoshua M. Boniface <joshua@boniface.me>2020-12-05 01:21:52 -0500
commit599f36f57f1f696913d5252bbe415830d3861f66 (patch)
treeafcbc51d2c03c530c3e9625d770d10358e7a6a0b
parent6aed4b6e32f6a1dd1712c270340958a01cc4e18e (diff)
Remove obsolete erroring command
This is not required for stable pushes.
-rw-r--r--.ci/azure-pipelines-package.yml6
1 files changed, 0 insertions, 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')