From 9eb88417285b45ef746e8f81c60f5316749ab4be Mon Sep 17 00:00:00 2001 From: Milos Kotlar Date: Fri, 12 Jan 2024 22:29:56 +0100 Subject: [PATCH] Use HybridGlobalization as default and only option for Apple mobile platforms --- azure-pipelines.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cdba1727ee7..54f3a9676cf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -370,19 +370,6 @@ jobs: 8.0: https://aka.ms/dotnet/sdk/maui/net8.0.json # Use 8.0 key and net8.0 link until Maui is ready for net9.0 # Maui iOS Mono scenario benchmarks - - template: /eng/performance/build_machine_matrix.yml - parameters: - jobTemplate: /eng/performance/scenarios.yml - buildMachines: - - osx-x64-ios-arm64 - isPublic: false - jobParameters: - kind: maui_scenarios_ios - projectFile: maui_scenarios_ios.proj - dotnetVersionsLinks: - 8.0: https://aka.ms/dotnet/sdk/maui/net8.0.json # Use 8.0 key and net8.0 link until Maui is ready for net9.0 - runtimeFlavor: mono - - template: /eng/performance/build_machine_matrix.yml parameters: jobTemplate: /eng/performance/scenarios.yml @@ -399,19 +386,6 @@ jobs: additionalJobIdentifier: 'HybridGlobalization_True' # Maui iOS Native AOT scenario benchmarks - - template: /eng/performance/build_machine_matrix.yml - parameters: - jobTemplate: /eng/performance/scenarios.yml - buildMachines: - - osx-x64-ios-arm64 - isPublic: false - jobParameters: - kind: maui_scenarios_ios - projectFile: maui_scenarios_ios.proj - dotnetVersionsLinks: - 8.0: https://aka.ms/dotnet/sdk/maui/net8.0.json # Use 8.0 key and net8.0 link until Maui is ready for net9.0 - runtimeFlavor: coreclr - - template: /eng/performance/build_machine_matrix.yml parameters: jobTemplate: /eng/performance/scenarios.yml