Skip to content

Commit

Permalink
Attempting to fix #15 (add documentation to nuget package) by followi…
Browse files Browse the repository at this point in the history
  • Loading branch information
apacha committed Apr 20, 2019
1 parent 1a57a59 commit 0a57036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RangeTree/RangeTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ For a full list changes at https://github.com/mbuchetics/RangeTree/releases</Pac
</PropertyGroup>

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

<PropertyGroup>
<CodeAnalysisRuleSet>$(SolutionDir)\rangetree.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.2\RangeTree.xml</DocumentationFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.2|AnyCPU'">
Expand Down

0 comments on commit 0a57036

Please sign in to comment.