From 84abde4fc5c9be3aa5d5c298e44717fe94a9aa43 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sun, 2 Feb 2020 04:22:41 +0300 Subject: [PATCH] Some OCD in echoes + testing if build is started after webhook removal --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d6702eb3e..d35052fdd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,16 +10,16 @@ install: - ps: echo("OS version:") - ps: "[System.Environment]::OSVersion.Version" - - ps: echo("Filesystem root:") + - ps: echo("Filesystem - root:") - ps: "ls \"C:\\\"" - - ps: echo("Filesystem projects root:") + - ps: echo("Filesystem - projects root:") - ps: "ls \"C:\\projects\\\"" - - ps: echo("Filesystem pyfa root:") + - ps: echo("Filesystem - pyfa root:") - ps: "ls \"C:\\projects\\$env:APPVEYOR_PROJECT_SLUG\\\"" - - ps: echo("Installed SDKs:") + - ps: echo("Filesystem - installed SDKs:") - ps: "ls \"C:\\Program Files (x86)\\Windows Kits\\\"" # Prepend newly installed Python to the PATH of this build (this cannot be