Skip to content

Commit

Permalink
[devops] Upload crash reports from the build as well. (#15863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Sep 6, 2022
1 parent 200a5e6 commit 2197e2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/devops/automation/templates/build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,9 @@ steps:
$githubComments.NewCommentFromMessage("Build failed", ":fire:", "Build failed for the job '$(System.JobDisplayName)'")
condition: failed()
displayName: 'Report build failure'

# Upload any crash reports that occurred during the build. This is helpful if we want to file issues about dotnet/csc crashing during the build.
- 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

5 comments on commit 2197e2b

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.