This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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"
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 =" " $(NuGetPath)" pack " $(NuGetPackageDir)/ServiceStack.Text.Pcl/servicestack.text.pcl.nuspec" -OutputDirectory " $(NuGetPackageDir)" -Version $(PackageVersion) -Symbols"
118124 LogStandardErrorAsError =" true" />
You can’t perform that action at this time.
0 commit comments