You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-09-16 09:26:36 +02:00
updated package.bat to not include the automation folder.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace NzbDrone.Common
|
||||
report.Stack = logEvent.Exception.StackTrace;
|
||||
report.ExceptionMessage = logEvent.Exception.Message;
|
||||
report.Logger = logEvent.LoggerName;
|
||||
report.Type = logEvent.Exception.GetType().Name;
|
||||
report.Type = logEvent.Exception.GetType().FullName;
|
||||
|
||||
RestProvider.PostData(EXCEPTION_URL, report);
|
||||
}
|
||||
|
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
SET PACKAGEROOT=_rawPackage
|
||||
SET TARGET=%PACKAGEROOT%\NzbDrone
|
||||
|
||||
rd %TARGET% /S /Q
|
||||
rd %PACKAGEROOT% /S /Q
|
||||
del nzbdrone*.zip /Q /F
|
||||
|
||||
|
||||
@@ -50,6 +50,8 @@ del Mvc*.pdb /Q /F /S
|
||||
del *debug.js /Q /F /S
|
||||
del *-vsdoc.js /Q /F /S
|
||||
|
||||
|
||||
|
||||
..\Libraries\7zip\7za.exe a -tzip ..\NzbDrone.zip *
|
||||
|
||||
CD ..
|
Reference in New Issue
Block a user