aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-04-15 00:56:02 +0200
committerGitHub <noreply@github.com>2020-04-15 00:56:02 +0200
commitdb11155a49c18419e32978387c4fa124a96b7afc (patch)
tree71c72d3dbcf1a3184841451e8d90855533f7295a /.appveyor.yml
parent70b51d42f4052cdf56a97dd389e0b773313fc887 (diff)
Collect pdb file on CI
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a5b44461..41ada399 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -43,3 +43,5 @@ after_build:
artifacts:
- path: bin/%CONFIGURATION%/re3.dll
name: re3.dll
+- path: bin/%CONFIGURATION%/re3.pdb
+ name: re3.pdb