From 9b4876bb502195b2f9e3aeed25f53778aee846ea Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Sat, 11 Jun 2016 20:56:30 -0500 Subject: [PATCH] Appveyor: Include xenia.pdb in the artifacts --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 31458af89..b93cff56f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: