Skip to content

Commit 92b8930

Browse files
authored
Merge pull request #275 from w-ahmad/chore/project_updates
chore: Generate XML docs for release builds only
2 parents f1f7efe + d675563 commit 92b8930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)