We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ffb7a commit ab20daeCopy full SHA for ab20dae
devops/azure-devops.yml
@@ -19,7 +19,7 @@ steps:
19
inputs:
20
script: 'cd ~;
21
curl -O https://download.visualstudio.microsoft.com/download/pr/fc059472-448e-4680-a3cd-e3ba032991c2/5e6c319f2c189459903c2cb1aa8a69ee/xamarin.ios-13.10.0.17.pkg;
22
- sudo installer -pkg ~/xamarin.ios-13.10.0.17 -target /'
+ sudo installer -pkg ~/xamarin.ios-13.10.0.17.pkg -target /'
23
24
# Print the current version of Xamarin.iOS
25
- task: CmdLine@2
0 commit comments