aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-12-05 01:34:49 -0500
committerJoshua M. Boniface <joshua@boniface.me>2020-12-05 01:35:18 -0500
commit2a4023c6c7a5efcdfeb850eb4fe39bcf714c6501 (patch)
treee6e930b029441c1c9b4c66472c31ed0f7761906e
parent2a2630098b09b5bb5791e439bc9a7902c6dffa62 (diff)
Merge pull request #4667 from joshuaboniface/fix-nuget-ci
Remove obsolete erroring command (cherry picked from commit f2c2beca0f9a249edd7cc967c328d32ebdc30092) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
-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 d478516b8..47477ba60 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')