Ocelot/appveyor.yml
2016-10-12 20:58:20 +01:00

11 lines
178 B
YAML

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