diff options
author | Ivan Gagis <igagis@gmail.com> | 2017-06-15 11:32:46 +0300 |
---|---|---|
committer | Ivan Gagis <igagis@gmail.com> | 2017-06-15 11:32:46 +0300 |
commit | 4dc10541040d9da4389f2a5da62330bab570e8b8 (patch) | |
tree | bf60c7856f2df1b81bb694bff7ea50c91f5272d1 /appveyor.yml | |
parent | e9446237809c4c700d728e46c8bb5c04c6e99415 (diff) |
use powershell instead of cmd
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |