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

Commit ddaadce

Browse files
committed
Update PCL build script to also copy into main NuGet pkg
1 parent 595889f commit ddaadce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build-pcl.proj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
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" />
109+
107110
<!-- Silverlight -->
108111
<!-- Built with SL5.sln -->
109112
<MSBuild Projects="$(BuildSolutionDir)/src/ServiceStack.Text/ServiceStack.Text.SL5.csproj"
@@ -113,6 +116,9 @@
113116
<MakeDir Directories="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" Condition="!Exists('$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5')" />
114117
<Copy SourceFiles="%(TextSl5Files.Identity)" DestinationFolder="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" />
115118

119+
<MakeDir Directories="$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/sl5" Condition="!Exists('$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/sl5')" />
120+
<Copy SourceFiles="%(TextSl5Files.Identity)" DestinationFolder="$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/sl5" />
121+
116122

117123
<Exec Command="&quot;$(NuGetPath)&quot; pack &quot;$(NuGetPackageDir)/ServiceStack.Text.Pcl/servicestack.text.pcl.nuspec&quot; -OutputDirectory &quot;$(NuGetPackageDir)&quot; -Version $(PackageVersion) -Symbols"
118124
LogStandardErrorAsError="true" />

0 commit comments

Comments
 (0)