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

Merge pull request from ta264/fix-build-sh

xbuild doesn't support /m parameter
pull/4/head
Mark McDowall 9 years ago
commit 8e07a39ec0

@ -74,7 +74,7 @@ BuildWithXbuild()
export MONO_IOMAP=case
CheckExitCode xbuild /t:Clean $slnFile
mono $nuget restore $slnFile
CheckExitCode xbuild /p:Configuration=Release /p:Platform=x86 /t:Build /m /p:AllowedReferenceRelatedFileExtensions=.pdb $slnFile
CheckExitCode xbuild /p:Configuration=Release /p:Platform=x86 /t:Build /p:AllowedReferenceRelatedFileExtensions=.pdb $slnFile
}
Build()

Loading…
Cancel
Save