Merge pull request #8584 from jellyfin/renovate/nugetauthenticate-0.x

pull/8588/head
Joshua M. Boniface 2 years ago committed by GitHub
commit c04342391f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -256,7 +256,7 @@ jobs:
publishFeedCredentials: 'NugetOrg'
allowPackageConflicts: true # This ignores an error if the version already exists
- task: NuGetAuthenticate@0
- task: NuGetAuthenticate@0.203.0
displayName: 'Authenticate to unstable Nuget feed'
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')

Loading…
Cancel
Save