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

This commit is contained in:
Joshua M. Boniface
2022-10-19 16:37:21 -04:00
committed by GitHub

View File

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