Skip to content

Commit 72adabf

Browse files
authored
Disable InheritDocEnabled for KV samples (Azure#17840)
The docs aren't published, so for sdk/keyvault/samples this should be fine to disable given the current issue with invalid XML in netstandard.library.xml for version 2.0.3.
1 parent 486a42f commit 72adabf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/keyvault/samples/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@
88
</PropertyGroup>
99

1010
<Import Project="..\Directory.Build.props" />
11+
12+
<PropertyGroup>
13+
<InheritDocEnabled>false</InheritDocEnabled>
14+
</PropertyGroup>
1115
</Project>

0 commit comments

Comments
 (0)