Call build.ps1 from AppVeyor

This commit is contained in:
TomPallister 2017-02-01 20:45:27 +00:00
parent 3642aac20d
commit 9cc5c2c964

View File

@ -3,10 +3,6 @@ configuration:
- Release - Release
platform: Any CPU platform: Any CPU
build_script: build_script:
- build.bat - build.ps1
test_script:
- run-tests.bat
after_test:
- push-to-nuget.bat %appveyor_build_version% %nugetApiKey%
cache: cache:
- '%USERPROFILE%\.nuget\packages' - '%USERPROFILE%\.nuget\packages'