mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
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>
This commit is contained in:
parent
2a2630098b
commit
2a4023c6c7
@ -221,12 +221,6 @@ jobs:
|
|||||||
pathToPublish: $(Build.ArtifactStagingDirectory)
|
pathToPublish: $(Build.ArtifactStagingDirectory)
|
||||||
artifactName: Jellyfin Nuget Packages
|
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
|
- task: NuGetCommand@2
|
||||||
displayName: 'Push Nuget packages to stable feed'
|
displayName: 'Push Nuget packages to stable feed'
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user