AppVeyor: remove MSBuild logs from artifacts as it interferes with deployment of binary

This commit is contained in:
bergwerkgis 2016-03-31 15:55:11 +00:00
parent d0636a9f6d
commit 3044c5ea52

View File

@ -20,10 +20,6 @@ build_script:
test: off test: off
artifacts: artifacts:
- path: build\build_errors.txt
name: build_errors.txt
- path: build\build_warnings.txt
name: build_warnings.txt
- path: osrm_Release.zip - path: osrm_Release.zip
name: osrm_Release.zip name: osrm_Release.zip
# - path: osrm_Debug.zip # - path: osrm_Debug.zip