File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments