diff --git a/azure-pipelines/templates/setup-dotnet.yml b/azure-pipelines/templates/setup-dotnet.yml index 2d24899..8c07844 100644 --- a/azure-pipelines/templates/setup-dotnet.yml +++ b/azure-pipelines/templates/setup-dotnet.yml @@ -15,4 +15,11 @@ steps: inputs: targetType: 'inline' script: | - dotnet workload install ios \ No newline at end of file + dotnet workload install ios + +- task: Bash@3 + displayName: Install Xamarin + inputs: + targetType: 'inline' + script: | + brew install --cask xamarin-ios \ No newline at end of file