Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/84134eb6ceba3493f18c1fd90ac8313b0c72bae0
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
9 additions and
8 deletions
@ -382,9 +382,9 @@ stages:
condition : and(succeeded(), eq(dependencies.Prepare.outputs['setVar.backendNotUpdated'], '0'))
strategy:
matrix:
mono5 1 0:
testName : 'Mono 5. 10 '
containerImage : servarr/testimages:mono-5. 10
mono5 08 :
testName : 'Mono 5. 8 '
containerImage : servarr/testimages:mono-5. 8
mono520:
testName : 'Mono 5.20'
containerImage : servarr/testimages:mono-5.20
@ -525,9 +525,9 @@ stages:
condition : and(succeeded(), eq(dependencies.Prepare.outputs['setVar.backendNotUpdated'], '0'))
strategy:
matrix:
mono5 1 0:
testName : 'Mono 5. 10 '
containerImage : servarr/testimages:mono-5. 10
mono5 08 :
testName : 'Mono 5. 8 '
containerImage : servarr/testimages:mono-5. 8
mono520:
testName : 'Mono 5.20'
containerImage : servarr/testimages:mono-5.20
@ -4,6 +4,7 @@
<DebugType>full</DebugType>
</PropertyGroup>
<Import Project="PublishAllRids.targets" />
<Import Project="MonoFacades.targets" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and !$(RuntimeIdentifier.StartsWith('win'))" />
<Import Project="Targets/PublishAllRids.targets" />
<Import Project="Targets/FixBindingRedirects.targets" />
<Import Project="Targets/MonoFacades.targets" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and !$(RuntimeIdentifier.StartsWith('win'))" />
</Project>