Skip to content

Commit b3559e6

Browse files
committed
Merge branch 'main' into dev/grendel/blobs-in-lib
* main: [ci] Always run the MAUI test job (#8750)
2 parents 5d6559a + 87d8914 commit b3559e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ stages:
317317
- stage: maui_tests
318318
displayName: MAUI Tests
319319
dependsOn: mac_build
320-
condition: and(eq(dependencies.mac_build.result, 'Succeeded'), eq(variables['System.PullRequest.TargetBranch'], 'main'))
320+
condition: and(eq(dependencies.mac_build.result, 'Succeeded'), eq(variables['RunMAUITestJob'], 'true'))
321321
jobs:
322322
# Check - "Xamarin.Android (MAUI Tests MAUI Integration)"
323323
- job: maui_tests_integration

build-tools/automation/yaml-templates/variables.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ variables:
5252
value: 34
5353
- name: ExcludedNightlyNUnitCategories
5454
value: 'cat != SystemApplication & cat != TimeZoneInfo & cat != Localization'
55+
- name: RunMAUITestJob
56+
value: true

0 commit comments

Comments
 (0)