Ocelot/appveyor.yml
2017-02-01 20:45:27 +00:00

8 lines
130 B
YAML

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