Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Add pdbdump to appveyor build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Oct 26, 2016
1 parent 6b87470 commit 1a416ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
project: vs/vs2015/ducible.sln

after_build:
- 7z a ducible-windows-%PLATFORM%-%CONFIGURATION%.zip .\vs\vs2015\%PLATFORM%\%CONFIGURATION%\ducible.exe
- 7z a ducible-windows-%PLATFORM%-%CONFIGURATION%.zip .\vs\vs2015\%PLATFORM%\%CONFIGURATION%\ducible.exe .\vs\vs2015\%PLATFORM%\%CONFIGURATION%\pdbdump.exe

artifacts:
- path: ducible-windows-$(platform)-$(configuration).zip
Expand Down

0 comments on commit 1a416ed

Please sign in to comment.