Merge pull request #5600 from MikeMcQuaid/azure-pipelines-update
Update Azure Pipelines
This commit is contained in:
commit
6a912c3691
@ -1,10 +1,10 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: macOS
|
- job: macOS
|
||||||
pool:
|
pool:
|
||||||
vmImage: xcode9-macos10.13
|
vmImage: macOS-10.13
|
||||||
steps:
|
steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
|
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
|
||||||
HOMEBREW_REPOSITORY="$(brew --repo)"
|
HOMEBREW_REPOSITORY="$(brew --repo)"
|
||||||
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
|
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
|
||||||
sudo rm -rf "$HOMEBREW_REPOSITORY"
|
sudo rm -rf "$HOMEBREW_REPOSITORY"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user