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 104
104
<MakeDir Directories =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid" Condition =" !Exists('$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid')" />
105
105
<Copy SourceFiles =" %(TextFiles.Identity)" DestinationFolder =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid" />
106
106
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
+
107
110
<!-- Silverlight -->
108
111
<!-- Built with SL5.sln -->
109
112
<MSBuild Projects =" $(BuildSolutionDir)/src/ServiceStack.Text/ServiceStack.Text.SL5.csproj"
113
116
<MakeDir Directories =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" Condition =" !Exists('$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5')" />
114
117
<Copy SourceFiles =" %(TextSl5Files.Identity)" DestinationFolder =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" />
115
118
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
+
116
122
117
123
<Exec Command =" " $(NuGetPath)" pack " $(NuGetPackageDir)/ServiceStack.Text.Pcl/servicestack.text.pcl.nuspec" -OutputDirectory " $(NuGetPackageDir)" -Version $(PackageVersion) -Symbols"
118
124
LogStandardErrorAsError =" true" />
You can’t perform that action at this time.
0 commit comments