Skip to content

Commit d675563

Browse files
committed
moved XML doc generation to Release builds only
1 parent f1f7efe commit d675563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WinUI.TableView.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</TargetFrameworks>
1111
<LangVersion>12</LangVersion>
1212
<Nullable>enable</Nullable>
13-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1413
<IsAOTCompatible>true</IsAOTCompatible>
1514
</PropertyGroup>
1615

@@ -52,6 +51,7 @@
5251
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
5352
<PackageId>WinUI.TableView</PackageId>
5453
<DebugType>portable</DebugType>
54+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5555
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
5656
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
5757
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)