Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7ddd31b89af72512e9798c11a22d44c73f3190ba
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
12 additions and
12 deletions
@ -5,19 +5,19 @@ steps:
packageType : 'sdk'
version : '5.x'
# - task: DotNetCoreInstaller@1
# displayName: 'Use .NET Core sdk for versioning'
# inputs:
# packageType: 'sdk'
# version: '3.1.x'
- task : DotNetCoreInstaller@1
displayName : 'Use .NET Core sdk for versioning'
inputs:
packageType : 'sdk'
version : '3.1.x'
# - task: PowerShell@2
# displayName: 'Set Version'
# inputs:
# targetType: 'inline'
# script: |
# dotnet tool install -g dotnet-setversion
# setversion -r $(BuildVersion)
- task : PowerShell@2
displayName : 'Set Version'
inputs:
targetType : 'inline'
script : |
dotnet tool install -g dotnet-setversion
setversion -r $(BuildVersion)
- task : DotNetCoreCLI@2
displayName : 'publish $(runtime)'