[CI][VSTS] Continue on profiles failure. (#10499)

We want to continue and generate the pkgs, the failure of this step only
results in failing tests.

fixes: https://github.com/xamarin/maccore/issues/2376

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
This commit is contained in:
VS MobileTools Engineering Service 2 2021-01-22 07:12:26 -08:00 коммит произвёл GitHub
Родитель b252d8c232
Коммит 914f8192b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -341,6 +341,7 @@ steps:
./install-qa-provisioning-profiles.sh -v
displayName: 'Add tests provisioning profiles'
timeoutInMinutes: 30
continueOnError: true # should not stop the build will result in test failures but we do want the pkg
env:
LOGIN_KEYCHAIN_PASSWORD: ${{ parameters.keyringPass }}
SOURCES_DIR: $(Build.SourcesDirectory)