Skip to content

Commit

Permalink
chore: Adjust xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2024
1 parent ff6da1f commit ee8dde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/templates/xcode-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ parameters:

steps:
- bash: |
ls -la /Applications
echo 'Xcode Root to ${{parameters.xCodeRoot}}'
echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${{parameters.xCodeRoot}}
sudo xcode-select --switch ${{parameters.xCodeRoot}}/Contents/Developer
Expand Down

0 comments on commit ee8dde5

Please sign in to comment.