This commit is contained in:
Tom Gardham-Pallister
2017-01-23 12:13:24 +00:00
parent cdad892a96
commit c3a47f66c8
55 changed files with 767 additions and 258 deletions

View File

@ -7,6 +7,6 @@ build_script:
test_script:
- run-tests.bat
after_test:
- push-to-nuget.bat %appveyor_build_version%-rc1 %nugetApiKey%
- push-to-nuget.bat %appveyor_build_version% %nugetApiKey%
cache:
- '%USERPROFILE%\.nuget\packages'