Skip to content

Commit 13d8c73

Browse files
Include XML documentation in all build configurations
1 parent 29d758c commit 13d8c73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Hagelkorn/Hagelkorn.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
22-
<DocumentationFile>bin\Debug\netstandard2.0\Hagelkorn.xml</DocumentationFile>
22+
<DocumentationFile>C:\Users\osthege\Repos\hagelkorn\Hagelkorn\Hagelkorn.xml</DocumentationFile>
23+
</PropertyGroup>
24+
25+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
26+
<DocumentationFile>C:\Users\osthege\Repos\hagelkorn\Hagelkorn\Hagelkorn.xml</DocumentationFile>
2327
</PropertyGroup>
2428

2529
</Project>

0 commit comments

Comments
 (0)