Ocelot/appveyor.yml
2017-02-01 20:51:59 +00:00

8 lines
132 B
YAML

version: 1.0.{build}
configuration:
- Release
platform: Any CPU
build_script:
- ./build.ps1
cache:
- '%USERPROFILE%\.nuget\packages'