Skip to content

Commit

Permalink
fixup! ci: fix RNTA integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Oct 29, 2024
1 parent 12bb604 commit 4ab2098
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .ado/templates/apple-tools-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ steps:
inputs:
versionSpec: '18.x'

- task: CmdLine@2
displayName: 'brew bundle'
inputs:
script: |
brew bundle --file .ado/Brewfile
cat .ado/Brewfile.lock.json
- script: |
# Equivalent to `set -o pipefail`
echo "##vso[task.setvariable variable=shellopts]braceexpand:hashall:interactive-comments:pipefail:posix"
displayName: Force exit on error # See https://github.com/microsoft/fluentui/pull/17459
- script: |
brew bundle --file .ado/Brewfile
cat .ado/Brewfile.lock.json
displayName: 'Install Homebrew dependencies'
- template: /.ado/templates/apple-xcode-select.yml@self
- template: /.ado/templates/apple-xcode-select.yml@self

0 comments on commit 4ab2098

Please sign in to comment.