Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cda6344

Browse files
committed
First debug commit
1 parent 75005fb commit cda6344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure/windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ jobs:
6262
python -c "import struct; print(struct.calcsize('P') * 8)"
6363
python -m pip --version
6464
displayName: Check that we have the expected version and architecture for Python
65+
66+
- powershell: |
67+
echo $env:PATH
68+
get-command cl
69+
6570
- bash: |
71+
echo $PATH
6672
set -e
6773
if [ "$BUILD_REASON" == "Schedule" ]; then
6874
BUILD_COMMIT=$NIGHTLY_BUILD_COMMIT

0 commit comments

Comments
 (0)