[devops] Collect crash reports for each test job. (#17880)

This commit is contained in:
Rolf Bjarne Kvinge 2023-03-22 22:00:41 +01:00 коммит произвёл GitHub
Родитель 07198f1224
Коммит 6161fbbb30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -333,6 +333,13 @@ steps:
continueOnError: true continueOnError: true
condition: succeededOrFailed() condition: succeededOrFailed()
- bash: $(System.DefaultWorkingDirectory)/xamarin-macios/tools/devops/automation/scripts/bash/collect-and-upload-crash-reports.sh
displayName: 'Collect and upload crash reports'
condition: always() # who knows when crash reports can end up being useful
continueOnError: true
env:
MACIOS_UPLOAD_PREFIX: ${{ parameters.uploadPrefix }}
# Be nice and clean behind you # Be nice and clean behind you
- pwsh: | - pwsh: |
Import-Module ./MaciosCI.psd1 Import-Module ./MaciosCI.psd1