Skip to content

Commit 8c54d55

Browse files
committed
Add testing run.
1 parent 8f91458 commit 8c54d55

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,3 +604,18 @@ jobs:
604604
projectFile: sdk_scenarios.proj
605605
channels:
606606
- $(channel)
607+
608+
# Maui Android scenario benchmarks
609+
- template: /eng/performance/scenarios.yml
610+
parameters:
611+
osName: windows
612+
architecture: x64
613+
osVersion: 19H1
614+
pool:
615+
vmImage: 'windows-2022'
616+
queue: Windows.10.Amd64.Pixel.Perf
617+
machinePool: Pixel
618+
kind: maui_scenarios_android
619+
projectFile: maui_scenarios_android.proj
620+
channels:
621+
- $(channel)

0 commit comments

Comments
 (0)