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

Remove BuildPackage dependeny for PublishNuget in CI

pull/5476/head
Erwin de Haan 4 years ago
parent 5592967497
commit e6f49f5009

@ -186,9 +186,6 @@ jobs:
- job: PublishNuget
displayName: 'Publish NuGet packages'
dependsOn:
- BuildPackage
condition: succeeded('BuildPackage')
pool:
vmImage: 'ubuntu-latest'

Loading…
Cancel
Save