Genererate xmldoc on release

This commit is contained in:
Bjarke Berg
2020-02-05 08:47:59 +01:00
parent e13c17b02d
commit 27cae2bbde
@@ -6,6 +6,11 @@
<Product>Umbraco CMS</Product>
<Title>Umbraco.Examine.Lucene</Title>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<DocumentationFile>bin\Release\Umbraco.Examine.Lucene.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="obj\**" />