Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,3 +456,18 @@ extends:
policheckPtbScanFolder: $(Build.SourcesDirectory)\Localize\loc\pt-BR
policheckRusScanFolder: $(Build.SourcesDirectory)\Localize\loc\ru
policheckTrkScanFolder: $(Build.SourcesDirectory)\Localize\loc\tr

- ${{ if eq(variables['Build.DefinitionName'], 'Xamarin.Android-PR') }}:
- stage: BuildSummary
Comment thread
jonathanpeppers marked this conversation as resolved.
dependsOn:
- mac_build
- win_build_test
- linux_build
- smoke_tests
- linux_tests
- msbuild_dotnet
- msbuilddevice_tests
- maui_tests
condition: failed()
Comment thread
jonathanpeppers marked this conversation as resolved.
jobs:
- template: build-summary/v1.yml@yaml-templates
Comment thread
jonathanpeppers marked this conversation as resolved.
Loading