Template
📝 Makes documentation optional for samples & tests
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<PropertyGroup>
|
||||
<IsPackable>false</IsPackable>
|
||||
<IsPublishable>false</IsPublishable>
|
||||
<NoWarn>$(NoWarn);SA1600</NoWarn>
|
||||
<NoWarn>$(NoWarn);SA1600;CS1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user