Opentk/appveyor.yml

12 lines
247 B
YAML
Raw Normal View History

image: Visual Studio 2017
2016-07-17 23:12:35 +02:00
init:
- git config --global core.autocrlf input
build_script:
- cmd: build.cmd NuGet
2017-12-30 18:29:41 +01:00
- cmd: .paket\paket.exe install
- cmd: git diff --exit-code
2016-07-17 23:12:35 +02:00
test: off
version: 0.0.1.{build}
artifacts:
- path: 'bin\*.nupkg'