Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
generate snupkg symbols during build
  • Loading branch information
gunnim committed Jun 7, 2019
commit a328fe851f286da4eb67634977aa696afe384adc
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ of patent rights can be found in the PATENTS file in the same directory.
</ItemGroup>
<Exec
WorkingDirectory="$(MSBuildProjectDirectory)"
Command="tools\NuGet\nuget.exe push %(PackageFiles.Identity) -NonInteractive -Source https://www.nuget.org/api/v2/package"
Command="tools\NuGet\nuget.exe push %(PackageFiles.Identity) -NonInteractive -Source https://www.nuget.org/api/v2/package -Symbols -SymbolPackageFormat snupkg"
/>
</Target>
<Target Name="PushDev">
Expand Down