Skip to content

Commit

Permalink
Try to find out when listing windows SDKs fails
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Feb 1, 2020
1 parent 340d94e commit d734c12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:\\\""

Expand All @@ -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
Expand Down

0 comments on commit d734c12

Please sign in to comment.