101
101
<MSBuild Projects =" $(BuildSolutionDir)/src/ServiceStack.Text/ServiceStack.Text.Pcl.csproj"
102
102
Targets =" Build" Properties =" Configuration=$(Configuration);DefineConstants=PCL;OutputPath=bin/Pcl" />
103
103
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
- <Copy SourceFiles =" %(TextFiles.Identity)" DestinationFolder =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid" />
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
+ <!-- < Copy SourceFiles="%(TextFiles.Identity)" DestinationFolder="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/portable-net45+win8+monotouch+monoandroid" /> -- >
106
106
107
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
108
<Copy SourceFiles =" %(TextFiles.Identity)" DestinationFolder =" $(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/portable-net45+win8+monotouch+monoandroid" />
113
113
Targets =" Build"
114
114
Properties =" Version=$(PackageVersion);Configuration=$(Configuration);Optimize=True;DebugSymbols=True;DefineConstants=SL5;Platform=Any CPU;OutputPath=bin/SL5;DocumentationFile=bin/SL5/ServiceStack.Text.xml" />
115
115
116
- <MakeDir Directories =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" Condition =" !Exists('$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5')" />
117
- <Copy SourceFiles =" %(TextSl5Files.Identity)" DestinationFolder =" $(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" />
116
+ <!-- < MakeDir Directories="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" Condition="!Exists('$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5')" />
117
+ <Copy SourceFiles="%(TextSl5Files.Identity)" DestinationFolder="$(NuGetPackageDir)/ServiceStack.Text.Pcl/lib/sl5" />-->
118
118
119
119
<MakeDir Directories =" $(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/sl5" Condition =" !Exists('$(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/sl5')" />
120
120
<Copy SourceFiles =" %(TextSl5Files.Identity)" DestinationFolder =" $(BuildSolutionDir)/NuGet/ServiceStack.Text/lib/sl5" />
121
121
122
122
123
- <Exec Command =" " $(NuGetPath)" pack " $(NuGetPackageDir)/ServiceStack.Text.Pcl/servicestack.text.pcl.nuspec" -OutputDirectory " $(NuGetPackageDir)" -Version $(PackageVersion) -Symbols"
124
- LogStandardErrorAsError =" true" />
123
+ <!-- < Exec Command=""$(NuGetPath)" pack "$(NuGetPackageDir)/ServiceStack.Text.Pcl/servicestack.text.pcl.nuspec" -OutputDirectory "$(NuGetPackageDir)" -Version $(PackageVersion) -Symbols"
124
+ LogStandardErrorAsError="true" />-->
125
125
126
126
</Target >
127
127
</Project >
0 commit comments