We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f91458 commit 8c54d55Copy full SHA for 8c54d55
1 file changed
azure-pipelines.yml
@@ -604,3 +604,18 @@ jobs:
604
projectFile: sdk_scenarios.proj
605
channels:
606
- $(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