Skip to content

Commit

Permalink
list sdks.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Dec 12, 2020
1 parent 451d078 commit 88fd934
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ jobs:
inputs:
script: |
cd src/tools/MicroComGenerator; dotnet run -i ../../Avalonia.Native/avn.idl --cpp ../../../native/Avalonia.Native/inc/avalonia-native.h
- task: CmdLine@2
displayName: 'List SDKs'
inputs:
script: |
xcodebuild -showsdks
- task: Xcode@5
- task: Xcode@5
inputs:
actions: 'build'
Expand Down

0 comments on commit 88fd934

Please sign in to comment.