Skip to content

Commit 8992b1f

Browse files
author
Nate McMaster
committed
Don't produce symbols for shared sources packages
1 parent c3cdf3d commit 8992b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
44

55
<PropertyGroup>
6+
<IncludeSymbols>false</IncludeSymbols>
67
<PackageId>Microsoft.Extensions.$(ProjectDirName).Sources</PackageId>
78
</PropertyGroup>
89
</Project>

0 commit comments

Comments
 (0)