mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-13 19:42:46 +02:00
Use NuGetAuthenticate@1
This commit is contained in:
parent
a884b1f786
commit
2fa50cceef
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ jobs:
|
|||
publishFeedCredentials: 'NugetOrg'
|
||||
allowPackageConflicts: true # This ignores an error if the version already exists
|
||||
|
||||
- task: NuGetAuthenticate@0
|
||||
- task: NuGetAuthenticate@1
|
||||
displayName: 'Authenticate to unstable Nuget feed'
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue