From cb1e1a00bdfcce702f32687e3b14229d1125bdcc Mon Sep 17 00:00:00 2001 From: Flor Elisa Chacon Ochoa Date: Thu, 10 Sep 2026 16:22:25 -0700 Subject: [PATCH] Use custom pool with additional resources --- azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b41fb9a48e..1bd5513ffa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,6 +45,9 @@ jobs: timeoutInMinutes: 120 dependsOn: 'GetReleaseTag' condition: always() + # Use custom agent with additional resources. + pool: + name: 1es-pool-winget strategy: matrix: @@ -134,7 +137,7 @@ jobs: /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly - /p:WingetCleanIntermediateFiles=true + /p:PreferredToolArchitecture=x64 /p:WingetDisableIncrementalLinkTimeCodeGeneration=true' maximumCpuCount: true @@ -680,6 +683,9 @@ jobs: - job: 'Fuzzing' timeoutInMinutes: 60 condition: not(eq(variables['Build.Reason'], 'PullRequest')) + # Use custom agent with additional resources. + pool: + name: 1es-pool-winget strategy: matrix: