Commit 7582962a authored by Jason Madden's avatar Jason Madden

Show all msbuild locations.

parent 030d9c60
...@@ -126,6 +126,7 @@ install: ...@@ -126,6 +126,7 @@ install:
if ("${env:PYTHON_ID}" -ne "pypy") { if ("${env:PYTHON_ID}" -ne "pypy") {
pip install psutil | Out-Null; pip install psutil | Out-Null;
} }
- ps: "ls \"C:/Program Files (x86)/MSBuild/\""
- ps: "if(Test-Path(\"${env:PYTHON}\\bin\")) {ls ${env:PYTHON}\\bin;}" - ps: "if(Test-Path(\"${env:PYTHON}\\bin\")) {ls ${env:PYTHON}\\bin;}"
- ps: "if(Test-Path(\"${env:PYTHON}\\Scripts\")) {ls ${env:PYTHON}\\Scripts;}" - ps: "if(Test-Path(\"${env:PYTHON}\\Scripts\")) {ls ${env:PYTHON}\\Scripts;}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment