Updated appveyor.yml

This commit is contained in:
Benjamin Höglinger-Stelzer 2019-12-27 19:31:42 +01:00
parent 677aed6ef9
commit 621d941373

View File

@ -1,12 +1,12 @@
version: 1.0.{build} version: 1.0.{build}
image: Visual Studio 2017 image: Visual Studio 2019
install: install:
- cmd: git submodule -q update --init - cmd: git submodule -q update --init
build_script: build_script:
- ps: .\build.ps1 - ps: .\build.ps1
test: off test: off
artifacts: artifacts:
- path: 'PInvokeSerialPort\bin\**\*.nupkg' - path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'
deploy: deploy:
- provider: Environment - provider: Environment
name: nuget.org name: nuget.org