From c96dda92f6eee473b9023925af4182cc463f2bd5 Mon Sep 17 00:00:00 2001 From: OliverShen <41765758+olivershen-wow@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:28:51 +0800 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index d724d2886..65474eb15 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -19,6 +19,9 @@ variables: - name: securityScan value: $[or(eq(variables['Build.Reason'], 'Manual'), eq(variables['Build.Reason'], 'Schedule'))] +pool: + name: MobileExperience_Tiny_Workloads_WestUS2 + stages: - stage: Build displayName: Build and push stage