mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
updated package.bat to not include the automation folder.
This commit is contained in:
parent
c9fcde3bbb
commit
c702944d46
3 changed files with 5 additions and 3 deletions
|
@ -28,7 +28,7 @@ namespace NzbDrone.Core.Test.Integeration
|
|||
_kernel.Bind<IDatabase>().ToConstant(Db);
|
||||
|
||||
Mocker.GetMock<ConfigProvider>().SetupGet(s => s.ServiceRootUrl)
|
||||
.Returns("http://stage.services.nzbdrone.com");
|
||||
.Returns("http://services.nzbdrone.com");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue