Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/39cbfd9b0aaec31c82580af6a348e564bf00e900?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/3862/head
tidusjar 4 years ago
parent 056a7b48aa
commit 39cbfd9b0a

@ -24,7 +24,7 @@ steps:
inputs: inputs:
command: 'publish' command: 'publish'
publishWebProjects: true publishWebProjects: true
arguments: '-c $(BuildConfiguration) -r "$(runtime)" -o $(Build.ArtifactStagingDirectory)/$(runtime)' --self-contained true -p:PublishSingleFile=true arguments: '-c $(BuildConfiguration) -r "$(runtime)" -o $(Build.ArtifactStagingDirectory)/$(runtime) --self-contained true -p:PublishSingleFile=true'
zipAfterPublish: false zipAfterPublish: false
modifyOutputPath: false modifyOutputPath: false

Loading…
Cancel
Save