Ocelot/appveyor.yml

8 lines
130 B
YAML

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