Files
Ocelot/appveyor.yml
TomPallister d78dc2847e tests
2016-10-12 21:04:35 +01:00

12 lines
193 B
YAML

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