Skip to content

Commit 8224b3b

Browse files
committed
added install xamarin step
1 parent 02fbccc commit 8224b3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

azure-pipelines/templates/setup-dotnet.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ steps:
1515
inputs:
1616
targetType: 'inline'
1717
script: |
18-
dotnet workload install ios
18+
dotnet workload install ios
19+
20+
- task: Bash@3
21+
displayName: Install Xamarin
22+
inputs:
23+
targetType: 'inline'
24+
script: |
25+
brew install --cask xamarin-ios

0 commit comments

Comments
 (0)