From d734c121681395e7c1e3345a2932a5a849e4ac84 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 1 Feb 2020 15:34:14 +0300 Subject: [PATCH] Try to find out when listing windows SDKs fails --- .appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 818a3e0341..a31a1552a2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,10 +25,13 @@ install: Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { ` throw "There are newer queued builds for this pull request, failing early." } - # Temporary debug stuff as I have no idea how else to get this info - - ps: "[System.Environment]::OSVersion.Version" + - ECHO "random debugging stuff" - ps: "ls \"C:\\Program Files\\\"" - ps: "ls \"C:\\Program Files (x86)\\\"" + + - ECHO "OS version:" + - ps: "[System.Environment]::OSVersion.Version" + - - ECHO "Filesystem root:" - ps: "ls \"C:\\\"" @@ -39,6 +42,7 @@ install: - ps: "ls \"C:\\projects\\$env:APPVEYOR_PROJECT_SLUG\\\"" - ECHO "Installed SDKs:" + - ps: "ls \"C:\\Program Files\\Microsoft SDKs\\\"" - ps: "ls \"C:\\Program Files\\Microsoft SDKs\\Windows\\\"" # Prepend newly installed Python to the PATH of this build (this cannot be