Skip to content

Commit

Permalink
Inpect macOS tools dir
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 30, 2018
1 parent f7a43c9 commit f90c12d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
- script: |
echo $(Agent.ToolsDirectory)
cd %AGENT_TOOLSDIRECTORY%
pwd
dir
- task: UsePythonVersion@0
inputs:
Expand All @@ -113,3 +112,15 @@ jobs:
displayName: 'Install Python'
- script: python --version
displayName: 'Show Python version'

- job: toolsdir_macOS
displayName: 'Test (macOS)'
pool:
vmImage: 'macOS-10.13'
steps:
- template: tools/ci/azure/checkout.yml
- script: |
echo $(Agent.ToolsDirectory)
cd $AGENT_TOOLSDIRECTORY
pwd
find .

0 comments on commit f90c12d

Please sign in to comment.