Skip to content

Commit

Permalink
Ensure XML documentation included in Release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jehugaleahsa committed Jun 10, 2018
1 parent a151266 commit 4fa76a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ComparerExtensions/ComparerExtensions.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
Expand All @@ -22,4 +22,8 @@
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.0\ComparerExtensions.xml</DocumentationFile>
</PropertyGroup>

</Project>

0 comments on commit 4fa76a6

Please sign in to comment.