Commit 88b7219f authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixing CI.

parent a7bec7fb
...@@ -7,7 +7,8 @@ steps: ...@@ -7,7 +7,8 @@ steps:
# so we will use the previous major version of Xcode # so we will use the previous major version of Xcode
- task: CmdLine@2 - task: CmdLine@2
inputs: inputs:
script: 'sudo /usr/bin/xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer' script: 'sudo rm -rf /Applications/Xcode.app/;
sudo /bin/mv /Applications/Xcode_9.4.1.app/ /Applications/Xcode.app/'
# Print the current version of Xamarin.iOS # Print the current version of Xamarin.iOS
- task: CmdLine@2 - task: CmdLine@2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment