CI/AppVeyor: Add artifact without symbols for smaller download size

(cherry picked from commit a724903b8b)
This commit is contained in:
jackpoz
2020-09-19 23:40:48 +02:00
committed by Shauren
parent a65b3493a7
commit 7a2c3af988

View File

@@ -23,7 +23,19 @@ build_script:
copy "%OPENSSL_ROOT_DIR%\ssleay32.dll" ssleay32.dll
copy "%OPENSSL_ROOT_DIR%\libeay32.dll" libeay32.dll
cd ..
7z a TrinityCoreWin64VS2019.zip .\RelWithDebInfo\*
del /F /Q /S "RelWithDebInfo\*.pdb" > NUL
7z a TrinityCoreWin64VS2019NoSymbols.zip .\RelWithDebInfo\*
test: off
artifacts:
- path: build\bin\RelWithDebInfo\
- path: build\bin\TrinityCoreWin64VS2019.zip
name: TrinityCoreWin64VS2019
- path: build\bin\TrinityCoreWin64VS2019NoSymbols.zip
name: TrinityCoreWin64VS2019NoSymbols