[devops] We still need Mono even if the legacy Xamarin build is disabled. (#15997)

We use mono in a number of places.
This commit is contained in:
Rolf Bjarne Kvinge 2022-09-19 12:02:31 +02:00 коммит произвёл GitHub
Родитель a020f09979
Коммит 55085e1186
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -9,9 +9,10 @@ using static Xamarin.Provisioning.ProvisioningScript;
// Provision Xcode using the xip name declared in Make.config
Xcode ("@XCODE_XIP_NAME@").XcodeSelect (allowUntrusted: true);
Item ("@MONO_PACKAGE@");
// provisionator knows how to deal with this items
if (!string.IsNullOrEmpty ("@INCLUDE_XAMARIN_LEGACY@")) {
Item ("@MONO_PACKAGE@");
Item ("@VS_PACKAGE@");
if (!string.IsNullOrEmpty ("@INCLUDE_IOS@"))
Item ("@XI_PACKAGE@");