Skip to content

Commit 089af0e

Browse files
committed
Disable SymbolPackageFormat due to NU5017
1 parent 8cd18ee commit 089af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- Creates a regular package and a symbols package -->
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<!-- Creates symbol package in the new .snupkg format -->
28-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
28+
<!-- <SymbolPackageFormat>snupkg</SymbolPackageFormat> --> <!-- TODO: If enabled: NU5017: Cannot create a package that has no dependencies nor content. -->
2929
<!--
3030
Instruct the build system to embed project source files that are not tracked by the source control
3131
or imported from a source package to the generated PDB.

0 commit comments

Comments
 (0)