Added artifacts configuration to appveyor.yml

This commit is contained in:
Benjamin Höglinger-Stelzer 2018-11-25 13:59:53 +01:00
parent 3416311eca
commit 1fa6366508

View File

@ -4,4 +4,12 @@ install:
- cmd: git submodule -q update --init
build_script:
- ps: .\build.ps1
test: off
test: off
artifacts:
- path: 'PInvokeSerialPort\bin\**\*.nupkg'
deploy:
- provider: Environment
name: nuget.org
on:
branch: master
appveyor_repo_tag: true