Ocelot/appveyor.yml
2016-10-13 20:40:03 +01:00

12 lines
195 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'