Skip to content

Commit df3e296

Browse files
committed
add syncing of SS dlls in /lib/tests in copy.bat
1 parent 11cce6b commit df3e296

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

build/copy.bat

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,17 @@ COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Interfaces.dll ..\..\ServiceSt
5555
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.* ..\..\ServiceStack.Redis\lib
5656
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Common.* ..\..\ServiceStack.Redis\lib
5757
COPY ..\src\ServiceStack.ServiceInterface\bin\%BUILD%\ServiceStack.* ..\..\ServiceStack.Redis\lib\tests
58-
COPY ..\tests\ServiceStack.Common.Tests\bin\%BUILD%\ServiceStack.Common.Tests.* ..\..\ServiceStack.Redis\lib\tests
5958
COPY ..\tests\ServiceStack.Messaging.Tests\bin\%BUILD%\ServiceStack.Messaging.Tests.* ..\..\ServiceStack.Redis\lib\tests
6059

60+
COPY ..\tests\ServiceStack.Common.Tests\bin\%BUILD%\ServiceStack.Common.Tests.* ..\..\ServiceStack.Text\lib\tests
61+
COPY ..\tests\ServiceStack.Common.Tests\bin\%BUILD%\ServiceStack.Common.Tests.* ..\..\ServiceStack.Redis\lib\tests
62+
COPY ..\tests\ServiceStack.Common.Tests\bin\%BUILD%\ServiceStack.Common.Tests.* ..\..\ServiceStack.OrmLite\lib\tests
63+
COPY ..\src\ServiceStack.ServiceInterface\bin\%BUILD%\ServiceStack.* ..\..\ServiceStack.Text\lib\tests
64+
COPY ..\src\ServiceStack.ServiceInterface\bin\%BUILD%\ServiceStack.* ..\..\ServiceStack.Rediss\lib\tests
65+
COPY ..\src\ServiceStack.ServiceInterface\bin\%BUILD%\ServiceStack.* ..\..\ServiceStack.OrmLite\lib\tests
66+
67+
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Interfaces.dll ..\..\ServiceStack.Benchmarks\src\Northwind.Benchmarks\Lib
68+
6169
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Interfaces.dll ..\..\ServiceStack.OrmLite\lib
6270
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.dll ..\..\ServiceStack.OrmLite\lib
6371
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Text.pdb ..\..\ServiceStack.OrmLite\lib

lib/tests/Northwind.Common.dll

0 Bytes
Binary file not shown.

lib/tests/Northwind.Common.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)