Files
Nefarius.Peripherals.Serial…/appveyor.yml
T

15 lines
300 B
YAML

version: 1.0.{build}
image: Visual Studio 2019
install:
- cmd: git submodule -q update --init
build_script:
- ps: .\build.ps1
test: off
artifacts:
- path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'
deploy:
- provider: Environment
name: nuget.org
on:
branch: master
appveyor_repo_tag: true