Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit ba5abe2

Browse files
committed
Update copy-pcl.bat
1 parent 0774dad commit ba5abe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/copy-pcl.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ SET MSBUILD=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe
33
REM SET BUILD=Debug
44
SET BUILD=Release
55

6-
COPY ..\src\ServiceStack.Text\bin\Pcl\ServiceStack.Text.* ..\..\ServiceStack\lib\pcl
7-
REM COPY ..\src\ServiceStack.Text\bin\Sl5\ServiceStack.Text.* ..\..\ServiceStack\lib\sl5
6+
COPY "..\src\ServiceStack.Text\bin\portable45-net45+win8\ServiceStack.Text.dll" ..\..\ServiceStack\lib\pcl
7+
COPY ..\src\ServiceStack.Text\bin\Sl5\ServiceStack.Text.* ..\..\ServiceStack\lib\sl5
88
COPY ..\src\ServiceStack.Text\PclExport.Net40.cs ..\..\ServiceStack\src\ServiceStack.Pcl.Android\
99
COPY ..\src\ServiceStack.Text\PclExport.Net40.cs ..\..\ServiceStack\src\ServiceStack.Pcl.Ios\
1010
COPY ..\src\ServiceStack.Text\PclExport.Net40.cs ..\..\ServiceStack\src\ServiceStack.Pcl.Net45\

0 commit comments

Comments
 (0)