Ocelot/appveyor.yml
2016-10-13 20:53:17 +01:00

12 lines
198 B
YAML

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