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

10 lines
165 B
YAML

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