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

copy test script to test package

pull/3113/head
kay.one 12 years ago
parent 59c033dd68
commit c9ec933d24

@ -74,6 +74,8 @@ Function PackageTests()
Copy-Item $outputFolder\*.dll -Destination $testPackageFolder -Force
Copy-Item $outputFolder\*.pdb -Destination $testPackageFolder -Force
Copy-Item .\*.sh -Destination $testPackageFolder -Force
get-childitem $testPackageFolder -File -Filter *log.config | foreach ($_) {remove-item $_.fullname}
}

Loading…
Cancel
Save