Skip to content

Commit

Permalink
Archive debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Nov 21, 2017
1 parent 3ac00eb commit 5bcd458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@
<Target Name="Package" DependsOnTargets="Build">
<Zip Files="build\x86\bin\foo_scrobble.dll"
OutputFilename="$(PackageDir)foo_scrobble.fb2k-component"/>
<Zip Files="build\x86\bin\foo_scrobble.dll;build\x86\bin\foo_scrobble.pdb"
OutputFilename="$(PackageDir)foo_scrobble-$(CommitInfo).zip"/>
</Target>
</Project>

0 comments on commit 5bcd458

Please sign in to comment.