Appveyor: Include xenia.pdb in the artifacts

This commit is contained in:
Dr. Chat 2016-06-11 20:56:30 -05:00
parent 23316628e1
commit 9b4876bb50
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ build:
# scripts to run after build
after_build:
- 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.exe
- 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.exe %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.pdb
# to run your custom scripts instead of automatic MSBuild
#build_script: