Skip to content

Commit

Permalink
ci: move xcode-select into apple-tools-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Dec 6, 2024
1 parent eb46d95 commit 43f1a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .ado/templates/apple-tools-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ steps:
brew bundle --file .ado/Brewfile
displayName: 'Install Homebrew dependencies'
- script: |
sudo xcode-select --switch $(xcode_version)
displayName: Use $(xcode_friendly_name)
- template: /.ado/templates/apple-xcode-select.yml@self
5 changes: 0 additions & 5 deletions .ado/templates/apple-xcode-select.yml

This file was deleted.

0 comments on commit 43f1a43

Please sign in to comment.