diff --git a/appveyor.yml b/appveyor.yml index 8a8a57b..95dac97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,12 @@ version: 1.15.{build} image: Visual Studio 2017 build_script: -- ps: .\build.ps1 -configuration release \ No newline at end of file +- ps: .\build.ps1 -configuration release +artifacts: +- path: x64\Release\ViGEmBus + name: ViGEmBus_x64 +- path: Release\ViGEmBus + name: ViGEmBus_x86 +deploy: +- provider: Environment + name: BUILDBOT \ No newline at end of file