Remove obsolete erroring command

This is not required for stable pushes.
This commit is contained in:
Joshua M. Boniface 2020-12-05 01:21:52 -05:00
parent 6aed4b6e32
commit 599f36f57f
1 changed files with 0 additions and 6 deletions

View File

@ -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')