Skip to content

Commit

Permalink
devops xamarin#23.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 28, 2019
1 parent f2ea50b commit 9bc53ab
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 @@ -33,6 +33,9 @@ jobs:
vmImage: 'macOS-10.13'

steps:
- checkout:
persistCredentials: true

- bash: |
set -x
set -e
Expand All @@ -43,6 +46,7 @@ jobs:
xcode-select -p
mono --version || true
env | sort
git config -l | sort
displayName: System Info
# FIXME: this should figure out the exact Xcode version from PROVISION_FROM_COMMIT.
Expand Down

0 comments on commit 9bc53ab

Please sign in to comment.