Skip to content

Commit 726ba44

Browse files
committed
Remove explicit generation of documentation in Debug configuration
We now generate the documentation in _all_ configurations, as part of the `Directory.Build.props` (4919695). There's also no need to generate the legacy debug symbols, so I'm removing the entire condition. (This was already removed for other projects, but left in for `OnTopic` until it could be reevaluated.)
1 parent 684b479 commit 726ba44

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

OnTopic/OnTopic.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
<PackageTags>C# .NET CMS Domain</PackageTags>
1414
</PropertyGroup>
1515

16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugType>full</DebugType>
18-
<DocumentationFile>bin\$(Configuration)\OnTopic.XML</DocumentationFile>
19-
</PropertyGroup>
20-
2116
<ItemGroup>
2217
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">
2318
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)