From 2c9543100612b07297af7121998632e3ec361e1c Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Sun, 25 Sep 2016 15:23:33 +0100 Subject: [PATCH] updated appveyor with an artifact --- SerialPortRx.sln | 1 + appveyor.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/SerialPortRx.sln b/SerialPortRx.sln index 21198bb..dfe268f 100644 --- a/SerialPortRx.sln +++ b/SerialPortRx.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfigFiles", "ConfigFiles", "{D4EE9FBC-EA31-4BF1-8F9D-A8D1E0B9500C}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml + README.md = README.md EndProjectSection EndProject Global diff --git a/appveyor.yml b/appveyor.yml index 38d7599..f524adf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,8 @@ before_build: - cmd: nuget restore build: verbosity: minimal +artifacts: +- path: Nuget/Release/SerialPortRx.*.nupkg deploy: - provider: NuGet api_key: