Skip to content

Commit 9b57bbc

Browse files
Move to use newer .snupkg symbol package format. (#96)
1 parent e65ae28 commit 9b57bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/NuGetProj.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ NuGetPack: Creates a nuget package.
269269
<PropertyGroup>
270270
<NuSpecProperties>@(NuSpecProperties)</NuSpecProperties>
271271
<NuGetPackOptions Condition="'$(NuGetPackOptions)' == '' AND '$(NuGetPackSymbols)' != 'true'">-NoPackageAnalysis</NuGetPackOptions>
272-
<NuGetPackOptions Condition="'$(NuGetPackOptions)' == '' AND '$(NuGetPackSymbols)' == 'true'">-NoPackageAnalysis -NoDefaultExcludes -symbols</NuGetPackOptions>
272+
<NuGetPackOptions Condition="'$(NuGetPackOptions)' == '' AND '$(NuGetPackSymbols)' == 'true'">-NoPackageAnalysis -NoDefaultExcludes -Symbols -SymbolPackageFormat snupkg</NuGetPackOptions>
273273
<!-- BuildCommand is defined in nuget.targets file -->
274274
<BuildCommand>$(BuildCommand.Replace('-symbols', ''))</BuildCommand>
275275
<BuildCommand>$(BuildCommand.Replace('/symbols', ''))</BuildCommand>

0 commit comments

Comments
 (0)