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

Add new dotnet version to compat stage as well.

pull/2230/head
Erwin de Haan 5 years ago committed by GitHub
parent 65f65db8b9
commit 21b78f44c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -254,6 +254,12 @@ jobs:
maxParallel: 2
steps:
- checkout: none
- task: UseDotNet@2
displayName: 'Update DotNet'
inputs:
packageType: sdk
version: 3.1.100
- task: DownloadPipelineArtifact@2
displayName: 'Download New Assembly Build Artifact'

Loading…
Cancel
Save