Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
build: install Mono 5.12 beta in VSTS hosted pool
Browse files Browse the repository at this point in the history
  • Loading branch information
abock committed Jun 27, 2018
1 parent 82023be commit 92dbdbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vsts-ci.yml
Expand Up @@ -5,9 +5,13 @@ steps:
# VSTS+YAML like we do for our "big builds".

- script: |
MONO_VERSION=5.12.0.273
MONO_PACKAGE="MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.universal.pkg"
curl -LO "https://dl.xamarin.com/MonoFrameworkMDK/Macx86/${MONO_PACKAGE}"
sudo installer -target / -pkg "${MONO_PACKAGE}"
sudo build/select-mono.sh latest
condition: and(succeeded(), eq(variables['agent.os'], 'darwin'))
displayName: Select Mono
displayName: Install Mono

- task: DotNetCoreInstaller@0
inputs:
Expand Down

0 comments on commit 92dbdbd

Please sign in to comment.