diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-05-19 23:30:54 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-05-19 23:34:09 +0200 |
commit | 934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0 (patch) | |
tree | b0b7bbf0205fd49aaaa42dfe349b62ef58247514 | |
parent | AppVeyor (diff) | |
download | re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.tar re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.tar.gz re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.tar.bz2 re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.tar.lz re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.tar.xz re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.tar.zst re3-934c96ea4b20e7cc5f1491d03b3ba2628b09c0f0.zip |
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index dcc272df..6e9b3867 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,3 +13,5 @@ before_build: build: project: c:\projects\re3\build\re3.sln verbosity: minimal +artifacts: + - path: bin/ReleaseCI/re3.dll |