Opentk/appveyor.yml
Alberto Fanjul af6c86ad19
Fix: Implement custom procfs watcher for connect / disconnect events (#7)
* Fix: Implement custom procfs watcher for connect / disconnect events

* fix encoding on build files

* Update travis CI

* Use last supported framework on CI

Co-authored-by: Christopher Lees <leezer3@gmail.com>
2020-11-05 20:35:54 +00:00

11 lines
258 B
YAML

image: Visual Studio 2017
init:
- git config --global core.autocrlf input
build_script:
- cmd: build.cmd NuGet
- cmd: .paket\paket.exe install
- cmd: git diff --exit-code
test: off
version: 0.0.1.{build}
artifacts:
- path: 'bin\*.nupkg'