Added artifacts

This commit is contained in:
Benjamin Höglinger
2018-01-28 17:33:52 +01:00
parent b9ba8655e7
commit 36a46dd58d

View File

@@ -1,4 +1,12 @@
version: 1.15.{build}
image: Visual Studio 2017
build_script:
- ps: .\build.ps1 -configuration release
- ps: .\build.ps1 -configuration release
artifacts:
- path: x64\Release\ViGEmBus
name: ViGEmBus_x64
- path: Release\ViGEmBus
name: ViGEmBus_x86
deploy:
- provider: Environment
name: BUILDBOT