Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit 559d605

Browse files
committed
Don't build snupkg for meta-package
1 parent 9bf33ae commit 559d605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Win32/Win32.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<!-- This package is just a wrapper -->
99
<IncludeBuildOutput>false</IncludeBuildOutput>
10+
<IncludeSymbols>false</IncludeSymbols>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<ProjectReference Include="..\AdvApi32\AdvApi32.csproj" />
@@ -35,4 +36,4 @@
3536
<ProjectReference Include="..\Wtsapi32\Wtsapi32.csproj" />
3637
<ProjectReference Include="..\Magnification\Magnification.csproj" />
3738
</ItemGroup>
38-
</Project>
39+
</Project>

0 commit comments

Comments
 (0)