Skip to content

Commit

Permalink
updated appveyor with an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Sep 25, 2016
1 parent d65c04b commit 2c95431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions SerialPortRx.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ before_build:
- cmd: nuget restore
build:
verbosity: minimal
artifacts:
- path: Nuget/Release/SerialPortRx.*.nupkg
deploy:
- provider: NuGet
api_key:
Expand Down

0 comments on commit 2c95431

Please sign in to comment.