From 1fa636650811e6cb4f47feebfd0649f09441c573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sun, 25 Nov 2018 13:59:53 +0100 Subject: [PATCH] Added artifacts configuration to appveyor.yml --- appveyor.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 930ea00..faf6b44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,4 +4,12 @@ install: - cmd: git submodule -q update --init build_script: - ps: .\build.ps1 -test: off \ No newline at end of file +test: off +artifacts: +- path: 'PInvokeSerialPort\bin\**\*.nupkg' +deploy: +- provider: Environment + name: nuget.org + on: + branch: master + appveyor_repo_tag: true \ No newline at end of file