Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/2fa50cceef6dede0b80fc9f528f057553a7928fc You should set ROOT_URL correctly, otherwise the web may not work correctly.

Use NuGetAuthenticate@1

pull/10882/head
Cody Robibero 1 year ago
parent a884b1f786
commit 2fa50cceef

@ -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…
Cancel
Save