From 4dc10541040d9da4389f2a5da62330bab570e8b8 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 15 Jun 2017 11:32:46 +0300 Subject: use powershell instead of cmd --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 80e9386..20c502b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ install: - ps: Import-Module CoApp build_script: - - ps: .\scripts\nuget_build.bat + - ps: .\scripts\nuget_build.ps1 test_script: - ps: .\tests\autotest-appveyor.ps1 -- cgit v1.2.3