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

Bump version to 1.2.2

pull/3710/head
Bogdan 2 years ago
parent 511dacd24a
commit 14f1374132

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '1.2.1'
majorVersion: '1.2.2'
minorVersion: $[counter('minorVersion', 1076)]
lidarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(lidarrVersion)'

Loading…
Cancel
Save