Skip to content

Commit

Permalink
devops xamarin#20.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 27, 2019
1 parent 94fc519 commit d1b4a4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devops/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ jobs:
# FIXME: this should figure out the exact Xcode version from PROVISION_FROM_COMMIT.
- bash: |
set -x
set -e
ln -Fhs /Applications/Xcode_10.1.app /Applications/Xcode101.app
sudo xcode-select -s /Applications/Xcode101.app
displayName: Provision some dependencies
- bash: |
set -x
set -e
make reset-maccore -C "$(System.DefaultWorkingDirectory)"
"$(System.DefaultWorkingDirectory)/../maccore/tools/install-qa-provisioning-profiles.sh" -v
displayName: Provision provisioning profiles
Expand Down

0 comments on commit d1b4a4b

Please sign in to comment.