From 9b0b31648ca76148e04329772ed61155003b2d24 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 1 Feb 2020 02:38:00 +0300 Subject: [PATCH] Add debugging prints to see appveyor's OS version --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a8825f76f..80f148c1e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,9 +23,10 @@ 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" + - ps: "ls \"C:\\Program Files\\\"" - ps: "ls \"C:\\Program Files (x86)\\\"" - - ps: "ls \"C:\\Program Files (x86)\\Inno Setup 6\\\"" - ECHO "Filesystem root:" - ps: "ls \"C:\\\""