You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Directory.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
<!-- Creates a regular package and a symbols package -->
26
26
<IncludeSymbols>true</IncludeSymbols>
27
27
<!-- 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. -->
29
29
<!--
30
30
Instruct the build system to embed project source files that are not tracked by the source control
31
31
or imported from a source package to the generated PDB.
0 commit comments