Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
508d813c
Commit
508d813c
authored
Nov 17, 2019
by
Vinicius Jarina
Browse files
Update azure-devops-macos.yml for Azure Pipelines
parent
028f488e
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/azure-devops-macos.yml
View file @
508d813c
...
...
@@ -4,14 +4,21 @@ pool:
steps
:
# Print the current version of Xcode
-
task
:
CmdLine@2
displayName
:
'
Show
Xcode
version'
inputs
:
script
:
'
/usr/bin/xcodebuild
-version'
# Azure DevOps hosted pool is still using an old version of Xamarin.iOS,
# so we will use the previous major version of Xcode
-
task
:
CmdLine@2
displayName
:
'
Provisioning
Xamarin.iOS'
inputs
:
script
:
'
cd
~;
curl
-O
https://download.visualstudio.microsoft.com/download/pr/
cce6ebe1-dd65-472c-9d01-d83561f341bd/a6ab5d414cdb3e85c9283a954e182b9d
/xamarin.ios-1
2.1
4.0.
114
.pkg;
sudo
installer
-pkg
~/xamarin.ios-1
2.1
4.0.
114
.pkg
-target
/'
curl
-O
https://download.visualstudio.microsoft.com/download/pr/
d11a42ff-dd11-4005-b5a8-799856a96aad/2893a2da0df8a2e2d45ea17e2be2ccce
/xamarin.ios-1
3.
4.0.
2
.pkg;
sudo
installer
-pkg
~/xamarin.ios-1
3.
4.0.
2
.pkg
-target
/'
# Print the current version of Xamarin.iOS
-
task
:
CmdLine@2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment