From 9cc5c2c9648161de54dcc12da03a8ad0dad75090 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Wed, 1 Feb 2017 20:45:27 +0000 Subject: [PATCH] Call build.ps1 from AppVeyor --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 83110722..6e8b16f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,10 +3,6 @@ configuration: - Release platform: Any CPU build_script: -- build.bat -test_script: -- run-tests.bat -after_test: -- push-to-nuget.bat %appveyor_build_version% %nugetApiKey% +- build.ps1 cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file