Nefarius.Peripherals.Serial.../appveyor.yml

15 lines
300 B
YAML
Raw Normal View History

2018-11-25 13:10:23 +01:00
version: 1.0.{build}
2019-12-27 19:31:42 +01:00
image: Visual Studio 2019
2018-11-25 13:10:23 +01:00
install:
- cmd: git submodule -q update --init
build_script:
- ps: .\build.ps1
test: off
artifacts:
2019-12-27 19:31:42 +01:00
- path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'
deploy:
- provider: Environment
name: nuget.org
on:
branch: master
appveyor_repo_tag: true