diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |