[CI][VSTS] Ensure that the required simulators are present in the machine. (#10486)

This commit is contained in:
Manuel de la Pena 2021-01-21 15:16:36 -05:00 коммит произвёл GitHub
Родитель 8ec5937de7
Коммит ad72f32e30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -99,6 +99,12 @@ steps:
provisioning_extra_args: '-vvvv'
timeoutInMinutes: 250
- bash: |
set -x
set -e
$(Build.SourcesDirectory)/xamarin-macios/system-dependencies.sh --provision-simulators
displayName: 'Provision simulators'
- bash: |
set -x
sudo rm -Rf /Developer/MonoTouch