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

Add unstable nuget condition

pull/4859/head
David 4 years ago
parent afdc98746b
commit 20993412f2

@ -210,6 +210,7 @@ jobs:
- task: DotNetCoreCLI@2
displayName: 'Build Unstable Nuget packages'
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
command: 'custom'
projects: |

Loading…
Cancel
Save