From 4683a55f0c8b862007f78767eeb80c51f2947554 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 29 Aug 2019 17:34:42 +0300 Subject: AppVeyor: appveyor -> appveyor.exe --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 39842c7..0b271a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,12 +32,12 @@ for: # https://github.com/appveyor/ci/issues/715 install: - - appveyor AddMessage "Enabling self-signed drivers..." + - appveyor.exe AddMessage "Enabling self-signed drivers..." - bcdedit.exe /set TESTSIGNING ON - - appveyor AddMessage "Rebooting the worker..." + - appveyor.exe AddMessage "Rebooting the worker..." - ps: Restart-Computer -Force - ps: Start-Sleep -s 10 - - appveyor AddMessage "OK" + - appveyor.exe AddMessage "OK" test_script: - ps: .\.appveyor\test.ps1 -- cgit v1.2.3