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