diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-12-05 01:34:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-05 01:34:49 -0500 |
| commit | f2c2beca0f9a249edd7cc967c328d32ebdc30092 (patch) | |
| tree | 7f0f973a6988ed36af49c266fcbf58b704c5465a | |
| parent | 8976b22ac4904a70ae2f6d6f193996df17f0c3db (diff) | |
| parent | 599f36f57f1f696913d5252bbe415830d3861f66 (diff) | |
Merge pull request #4667 from joshuaboniface/fix-nuget-ci
Remove obsolete erroring command
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 6 |
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') |
