Added artifacts configuration to appveyor.yml
This commit is contained in:
parent
3416311eca
commit
1fa6366508
@ -5,3 +5,11 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
- ps: .\build.ps1
|
- 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
|
Loading…
Reference in New Issue
Block a user