Remove excessive artifacts on AppVeyor

There is no need to declare _all_ files from the project's root folder
as output artifacts. This patch limits the artifact list to the
`tap6.tar.gz` being the final all-in-one artifact of the build process
run at AppVeyor.
This commit is contained in:
Simon Rozman 2018-10-07 15:16:35 +02:00
parent cc3cb4eebb
commit bc1ecfd526

View File

@ -3,4 +3,4 @@ image: Visual Studio 2015
build_script:
- cmd: python buildtap.py -b --sdk=wdk
artifacts:
- path: '*'
- path: 'tap6.tar.gz'