Skip to content

Commit 17eacfa

Browse files
[ci] Remove BuildSummary phase (#12648)
## Changes - Remove the `BuildSummary` stage from the `Xamarin.Android-PR` pipeline. This stage only ran after failures and has no downstream dependencies. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 8eac8ed commit 17eacfa

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

build-tools/automation/azure-pipelines.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -496,18 +496,3 @@ extends:
496496
policheckPtbScanFolder: $(Build.SourcesDirectory)\Localize\loc\pt-BR
497497
policheckRusScanFolder: $(Build.SourcesDirectory)\Localize\loc\ru
498498
policheckTrkScanFolder: $(Build.SourcesDirectory)\Localize\loc\tr
499-
500-
- ${{ if eq(variables['Build.DefinitionName'], 'Xamarin.Android-PR') }}:
501-
- stage: BuildSummary
502-
dependsOn:
503-
- mac_build
504-
- win_build_test
505-
- linux_build
506-
- smoke_tests
507-
- linux_tests
508-
- msbuild_dotnet
509-
- msbuilddevice_tests
510-
- maui_tests
511-
condition: failed()
512-
jobs:
513-
- template: build-summary/v1.yml@yaml-templates

0 commit comments

Comments
 (0)