Browse Source
Merge pull request #4629 from AvaloniaUI/fixes/azure-ci-osx-yet-again
fix osx pipeline
pull/4631/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
7 deletions
-
azure-pipelines.yml
|
|
|
@ -56,13 +56,6 @@ jobs: |
|
|
|
xcodeVersion: '10' # Options: 8, 9, default, specifyPath |
|
|
|
args: '-derivedDataPath ./' |
|
|
|
|
|
|
|
- task: CmdLine@2 |
|
|
|
displayName: 'Install CastXML' |
|
|
|
inputs: |
|
|
|
script: | |
|
|
|
brew update |
|
|
|
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8a004a91a7fcd3f6620d5b01b6541ff0a640ffba/Formula/castxml.rb |
|
|
|
|
|
|
|
- task: CmdLine@2 |
|
|
|
displayName: 'Install Nuke' |
|
|
|
inputs: |
|
|
|
|