[devops] Build xibuild manually before running the tests. (#14563)

Some tests will build xibuild automatically when needed, some won't. This
means that the ones that don't won't succeed if executed before the ones that
do.

To avoid this scenario, just manually build xibuild before running the tests.
This commit is contained in:
Rolf Bjarne Kvinge 2022-03-30 15:34:29 +02:00 коммит произвёл GitHub
Родитель c7ffdc9255
Коммит 3b282198a0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -169,6 +169,7 @@ steps:
set -x
set -e
make -C tests -j8 all
make -C tools/xibuild
workingDirectory: $(System.DefaultWorkingDirectory)/xamarin-macios
displayName: Build test dependencies
timeoutInMinutes: 30