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

Commit 50717c0

Browse files
committed
Add xamarin.ios10 NuGet profile to SS.Text PCL package
1 parent cb2bc0a commit 50717c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build-pcl.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<!--<MakeDir Directories="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid" Condition="!Exists('$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid')" />-->
105105
<!--<Copy SourceFiles="%(TextFiles.Identity)" DestinationFolder="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid" />-->
106106

107-
<MakeDir Directories="$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid" Condition="!Exists('$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid')" />
108-
<Copy SourceFiles="%(TextFiles.Identity)" DestinationFolder="$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid" />
107+
<MakeDir Directories="$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid+xamarin.ios10" Condition="!Exists('$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid+xamarin.ios10')" />
108+
<Copy SourceFiles="%(TextFiles.Identity)" DestinationFolder="$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid+xamarin.ios10" />
109109

110110
<!-- Silverlight -->
111111
<!-- Built with SL5.sln -->

0 commit comments

Comments
 (0)