Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed build/ILMerge.exe
Binary file not shown.
77 changes: 14 additions & 63 deletions build/build.bat
Original file line number Diff line number Diff line change
@@ -1,69 +1,20 @@
REM SET SERVICESTACK_DEPLOY_PATH=..\release\latest
REM SET BUILD=Debug
SET BUILD=Release

COPY ..\release\lib\ServiceStack.Interfaces.dll ..\lib
COPY ..\release\lib\ServiceStack.OrmLite.dll ..\lib
COPY ..\release\lib\ServiceStack.Text.dll ..\lib
COPY ..\src\ServiceStack\bin\%BUILD%\*.* ..\release\latest\

COPY ..\release\lib\ServiceStack.OrmLite.dll ..\lib\tests
COPY ..\release\lib\ServiceStack.OrmLite.Sqlite.dll ..\lib\tests
COPY ..\release\lib\ServiceStack.Redis.dll ..\lib\tests


SET PROJ_LIBS=
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.Common\bin\%BUILD%\ServiceStack.Common.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.ServiceModel\bin\%BUILD%\ServiceStack.ServiceModel.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.Configuration\bin\%BUILD%\ServiceStack.Configuration.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.Validation\bin\%BUILD%\ServiceStack.Validation.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.Messaging\bin\%BUILD%\ServiceStack.Messaging.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.WebHost.Endpoints\bin\%BUILD%\ServiceStack.WebHost.Endpoints.dll

SET PROJ_LIBS=%PROJ_LIBS% ..\src\Funq\bin\%BUILD%\Funq.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.ServiceHost\bin\%BUILD%\ServiceStack.ServiceHost.dll

SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.ServiceClient.Web\bin\%BUILD%\ServiceStack.ServiceClient.Web.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.CacheAccess.Providers\bin\%BUILD%\ServiceStack.CacheAccess.Providers.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\src\ServiceStack.Compression\bin\%BUILD%\ServiceStack.Compression.dll

REM External ServiceStack components
SET PROJ_LIBS=%PROJ_LIBS% ..\release\lib\ServiceStack.OrmLite.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\release\lib\ServiceStack.OrmLite.Sqlite.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\release\lib\ServiceStack.OrmLite.SqlServer.dll

SET PROJ_LIBS=%PROJ_LIBS% ..\release\lib\ServiceStack.Redis.dll
SET PROJ_LIBS=%PROJ_LIBS% ..\release\lib\ServiceStack.Text.dll

ILMERGE.exe /ndebug /t:library /out:ServiceStack.dll %PROJ_LIBS%

REM Deploy the memcached server as well
COPY ..\ServiceStack.CacheAccess.Memcached\bin\%BUILD%\ServiceStack.CacheAccess.Memcached.dll .
COPY ..\src\ServiceStack.ServiceInterface\bin\%BUILD%\ServiceStack.ServiceInterface.* .

REM COPY *.dll ..\lib\tests
COPY *.dll ..\release\latest
COPY *.pdb ..\release\latest
COPY *.dll ..\lib

REM COPY *.dll %SERVICESTACK_DEPLOY_PATH%

COPY ..\src\ServiceStack.Common\bin\%BUILD%\ServiceStack.Common.dll ..\release\lib\
COPY ..\src\ServiceStack.Messaging\bin\%BUILD%\ServiceStack.Messaging.dll ..\release\lib\

COPY ServiceStack.dll ..\..\ServiceStack.Examples\Lib
COPY ..\release\lib\ServiceStack.Interfaces.dll ..\..\ServiceStack.Examples\Lib
COPY ..\release\latest\ServiceStack.ServiceInterface.dll ..\..\ServiceStack.Examples\Lib

COPY ServiceStack.dll ..\..\MonoTouch.Examples\src\Server\Lib
COPY ..\release\lib\ServiceStack.Interfaces.dll ..\..\MonoTouch.Examples\src\Server\Lib

COPY ServiceStack.dll ..\..\ServiceStack.RedisWebServices\Lib
COPY ..\release\lib\ServiceStack.Interfaces.dll ..\..\ServiceStack.RedisWebServices\Lib
COPY ..\release\latest\ServiceStack.ServiceInterface.dll ..\..\ServiceStack.RedisWebServices\Lib

COPY ..\release\lib\ServiceStack.Interfaces.dll ..\..\ServiceStack.Redis\Lib
COPY ..\release\lib\ServiceStack.Common.dll ..\..\ServiceStack.Redis\Lib
COPY ..\release\lib\ServiceStack.Messaging.dll ..\..\ServiceStack.Redis\Lib
COPY ..\release\lib\ServiceStack.Text.dll ..\..\ServiceStack.Redis\Lib
COPY ..\src\ServiceStack\bin\%BUILD%\*.* ..\..\ServiceStack.Examples\lib
COPY ..\src\ServiceStack\bin\%BUILD%\*.* ..\..\ServiceStack.Contrib\lib
COPY ..\src\ServiceStack\bin\%BUILD%\*.* ..\..\ServiceStack.RedisWebServices\lib

COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Interfaces.dll ..\..\ServiceStack.Redis\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.dll ..\..\ServiceStack.Redis\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.pdb ..\..\ServiceStack.Redis\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Common.dll ..\..\ServiceStack.Redis\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Common.pdb ..\..\ServiceStack.Redis\lib

COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Interfaces.dll ..\..\ServiceStack.OrmLite\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.dll ..\..\ServiceStack.OrmLite\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.pdb ..\..\ServiceStack.OrmLite\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Common.dll ..\..\ServiceStack.OrmLite\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Common.pdb ..\..\ServiceStack.OrmLite\lib
Binary file removed lib/Enyim.Caching.dll
Binary file not shown.
Binary file removed lib/ICSharpCode.SharpZipLib.dll
Binary file not shown.
Binary file removed lib/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file removed lib/ServiceStack.OrmLite.SqlServer.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.Sqlite.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.pdb
Binary file not shown.
Binary file removed lib/ServiceStack.Redis.dll
Binary file not shown.
Binary file modified lib/ServiceStack.ServiceInterface.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Text.dll
Binary file not shown.
Binary file removed lib/ServiceStack.dll
Binary file not shown.
2 changes: 0 additions & 2 deletions lib/get-latest-libs.bat

This file was deleted.

Binary file removed lib/log4net.dll
Binary file not shown.
File renamed without changes.
Binary file added lib/tests/ServiceStack.Common.dll
Binary file not shown.
Binary file added lib/tests/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.OrmLite.Sqlite.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.OrmLite.Sqlite.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.OrmLite.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Redis.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Redis.pdb
Binary file not shown.
Binary file added lib/tests/ServiceStack.ServiceInterface.dll
Binary file not shown.
Binary file not shown.
Loading