mirror of
https://github.com/OpenVPN/tap-windows6.git
synced 2025-05-09 03:11:34 +08:00
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:
parent
cc3cb4eebb
commit
bc1ecfd526
@ -3,4 +3,4 @@ image: Visual Studio 2015
|
||||
build_script:
|
||||
- cmd: python buildtap.py -b --sdk=wdk
|
||||
artifacts:
|
||||
- path: '*'
|
||||
- path: 'tap6.tar.gz'
|
||||
|
Loading…
x
Reference in New Issue
Block a user