Browse Source

build avalonia native osx part.

pull/1992/head
Dan Walmsley 8 years ago
parent
commit
6c70b00897
  1. 9
      azure-pipelines.yml

9
azure-pipelines.yml

@ -11,6 +11,15 @@ jobs:
pool:
vmImage: 'xcode9-macos10.13'
steps:
- task: Xcode@5
inputs:
actions: 'build'
scheme: ''
sdk: 'macosx10.13'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: 'default' # Options: 8, 9, default, specifyPath
args: '-derivedDataPath ./'
- script: |
dotnet --info
./build.sh --target "Azure-OSX" --configuration "Release"

Loading…
Cancel
Save