Added artifacts configuration to appveyor.yml
This commit is contained in:
parent
3416311eca
commit
1fa6366508
10
appveyor.yml
10
appveyor.yml
@ -4,4 +4,12 @@ install:
|
||||
- cmd: git submodule -q update --init
|
||||
build_script:
|
||||
- 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