Ocelot/appveyor.yml
Tom Gardham-Pallister c3a47f66c8 merge
2017-01-23 12:13:24 +00:00

12 lines
230 B
YAML

version: 1.0.{build}
configuration:
- Release
platform: Any CPU
build_script:
- build.bat
test_script:
- run-tests.bat
after_test:
- push-to-nuget.bat %appveyor_build_version% %nugetApiKey%
cache:
- '%USERPROFILE%\.nuget\packages'