Skip to content

Commit

Permalink
added install xamarin step
Browse files Browse the repository at this point in the history
  • Loading branch information
dimysa committed May 1, 2024
1 parent 02fbccc commit 8224b3b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines/templates/setup-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ steps:
inputs:
targetType: 'inline'
script: |
dotnet workload install ios
dotnet workload install ios
- task: Bash@3
displayName: Install Xamarin
inputs:
targetType: 'inline'
script: |
brew install --cask xamarin-ios

0 comments on commit 8224b3b

Please # to comment.