Skip to content

Commit 38134dd

Browse files
author
Jake Ginnivan
committed
Fixing #210 - include xml docs in NuGet package
1 parent a4abeab commit 38134dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/TestStack.White/TestStack.White.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<UseVSHostingProcess>false</UseVSHostingProcess>
4949
<ErrorReport>prompt</ErrorReport>
5050
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51+
<DocumentationFile>bin\Debug\TestStack.White.xml</DocumentationFile>
5152
</PropertyGroup>
5253
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
5354
<OutputPath>bin\Release\</OutputPath>

src/TestStack.White/TestStack.White.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<files>
2323
<file src="TestStack.White.dll" target="lib\net40" />
2424
<file src="TestStack.White.pdb" target="lib\net40" />
25+
<file src="TestStack.White.xml" target="lib\net40" />
2526
<file src="Init.ps1" target="tools" />
2627
<file src="TestStack.White.psm1" target="tools" />
2728
<file src="readme.txt" target="" />

0 commit comments

Comments
 (0)