Problem: artifacts published on appveyor are missing pdb files

Solution: add them
This commit is contained in:
Simon Giesecke 2019-03-17 13:07:16 +01:00
parent 36a16ec7d1
commit ae1bc03e9e

View File

@ -183,7 +183,7 @@ after_build:
# -Dsonar.cxx.compiler.regex=^(?<filename>.*)\\((?<line>[0-9]+)\\):\\x20warning\\x20(?<id>C\\d\\d\\d\\d):(?<message>.*)$
- cmd: cd %LIBZMQ_BUILDDIR%\bin\%Configuration%"
- cmd: if "%WITH_LIBSODIUM%"=="ON" copy "%SODIUM_LIBRARY_DIR%\libsodium.dll" .
- cmd: 7z a -y -bd -mx=9 libzmq.zip *.exe *.dll
- cmd: 7z a -y -bd -mx=9 libzmq.zip *.exe *.dll *.pdb
- ps: Push-AppveyorArtifact "libzmq.zip" -Filename "libzmq-${env:Platform}-${env:Configuration}.zip"
test_script: