Store symbols along with AppVeyor builds

Fixes #49
This commit is contained in:
ge0rdi
2018-07-21 01:13:09 +02:00
parent 8b70f64b5b
commit 1fd152f428

View File

@@ -5,6 +5,10 @@ cd Output
7z a ..\Final\ClassicStartPDB_%CS_VERSION_STR%.zip PDB32 PDB64
cd ..
if defined APPVEYOR (
appveyor PushArtifact Final\ClassicStartPDB_%CS_VERSION_STR%.zip
)
cd ..
REM ***** Collect Sources