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

Use .NET 5.0 in the Nuget pipeline

pull/4500/head
Odd Stråbø 4 years ago
parent ad719b7ac6
commit c770b9e0c6

@ -188,6 +188,12 @@ jobs:
vmImage: 'ubuntu-latest'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 5.0 sdk'
inputs:
packageType: 'sdk'
version: '5.0.x'
- task: DotNetCoreCLI@2
displayName: 'Build Stable Nuget packages'
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')

Loading…
Cancel
Save