Filtration/appveyor.yml

7 lines
132 B
YAML
Raw Normal View History

2017-05-09 17:03:24 -04:00
version: 1.0.{build}-{branch}
image: Visual Studio 2017
2017-05-08 15:09:29 -04:00
before_build:
2017-05-09 17:03:24 -04:00
- nuget restore
build:
parallel: true
verbosity: minimal