Filtration/appveyor.yml

7 lines
132 B
YAML
Raw Normal View History

2017-05-09 22:03:24 +01:00
version: 1.0.{build}-{branch}
image: Visual Studio 2017
2017-05-08 20:09:29 +01:00
before_build:
2017-05-09 22:03:24 +01:00
- nuget restore
build:
parallel: true
verbosity: minimal