Ocelot/appveyor.yml
2016-10-14 20:20:03 +01:00

12 lines
195 B
YAML

version: 1.0.{build}
configuration:
- Release
platform: Any CPU
build_script:
- build.bat
test_script:
- run-tests.bat
artifacts:
- path: artifacts\**\*.*
cache:
- '%USERPROFILE%\.nuget\packages'