File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3737 <CodeAnalysisFailOnMissingRules >false</CodeAnalysisFailOnMissingRules >
3838 </PropertyGroup >
3939 <PropertyGroup Condition =" '$(TargetFramework)' == 'MonoAndroid10' or '$(TargetFramework)' == 'Xamarin.iOS10'" >
40- <DocumentationFile >$(OutputPath)\$(AssemblyName).XML</DocumentationFile >
4140 <SignAssembly >false</SignAssembly >
4241 </PropertyGroup >
43- <PropertyGroup Condition = " '$(TargetFramework)' != 'MonoAndroid10' and '$(TargetFramework)' != 'Xamarin.iOS10' " >
42+ <PropertyGroup >
4443 <DocumentationFile >$(OutputPath)\$(TargetFramework)\$(AssemblyName).XML</DocumentationFile >
4544 </PropertyGroup >
4645 <PropertyGroup Condition =" '$(TargetFramework)' == 'uap10.0'" >
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ if ( $LastExitCode -ne 0 )
147147
148148if ( $buildConfig -eq ' Release' )
149149{
150- & $msbuild ../ src/ MsgPack/ MsgPack.csproj / t:pack / p:Configuration = $buildConfig / p:IncludeSymbols = true / p:IncludeSource= true / p:NuspecProperties= version= $env: PackageVersion
150+ & $msbuild ../ src/ MsgPack/ MsgPack.csproj / t:pack / v:minimal / p:Configuration = $buildConfig / p:IncludeSource= true / p:NuspecProperties= version= $env: PackageVersion
151151
152152 Move-Item ../ bin/* .nupkg ../ dist/
153153 Copy-Item ../ bin/* ./ MsgPack- CLI/ - Recurse - Exclude @ (" *.vshost.*" )
Original file line number Diff line number Diff line change 99 <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
1010 <NuspecFile >$(SolutionDir)/msgpack.nuspec</NuspecFile >
1111 </PropertyGroup >
12+ <Import Project =" ..\..\MsgPack.Common.props" />
1213 <PropertyGroup Condition =" '$(Configuration)' == 'Release' and ('$(TargetFramework)' == 'MonoAndroid10' or '$(TargetFramework)' == 'Xamarin.iOS10')" >
1314 <OutputPath >..\..\bin\$(TargetFramework)\</OutputPath >
1415 </PropertyGroup >
1516 <PropertyGroup Condition =" '$(Configuration)' == 'Release' and '$(TargetFramework)' != 'MonoAndroid10' and '$(TargetFramework)' != 'Xamarin.iOS10'" >
1617 <OutputPath >..\..\bin\</OutputPath >
1718 </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)' != 'Release'" >
19- <OutputPath >bin\$(Configuration)\$(TargetFramework)\</OutputPath >
20- </PropertyGroup >
2119 <PropertyGroup Condition =" '$(Configuration)' != 'Release' and ('$(TargetFramework)' == 'MonoAndroid10' or '$(TargetFramework)' == 'Xamarin.iOS10')" >
2220 <OutputPath >bin\$(Configuration)\$(TargetFramework)\</OutputPath >
2321 </PropertyGroup >
2422 <PropertyGroup Condition =" '$(Configuration)' != 'Release' and '$(TargetFramework)' != 'MonoAndroid10' and '$(TargetFramework)' != 'Xamarin.iOS10'" >
2523 <OutputPath >bin\$(Configuration)\</OutputPath >
2624 </PropertyGroup >
27- <Import Project =" ..\..\MsgPack.Common.props" />
2825 <PropertyGroup Condition =" '$(TargetFramework)' == 'MonoAndroid10'" >
2926 <!-- Workaround for VS 15.3 -->
3027 <NuGetTargetMoniker >MonoAndroid,Version=1.0</NuGetTargetMoniker >
You can’t perform that action at this time.
0 commit comments