Skip to content

Commit f4e9acb

Browse files
Disable servicing
Do not mark the package as serviceable.
1 parent 4590aaf commit f4e9acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<IncludeSymbols>true</IncludeSymbols>
4747
<IsPackable>true</IsPackable>
4848
<IsShipping>true</IsShipping>
49+
<Serviceable>false</Serviceable>
4950
</PropertyGroup>
5051
<ItemGroup Condition=" '$(IsPackable)' == 'true' ">
5152
<None Include="$(MSBuildThisFileDirectory)\package-icon.png" Pack="True" PackagePath="" />

0 commit comments

Comments
 (0)