From bd74b02b59094a3741b4e50f411c7dad0a677070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 17 Jun 2021 16:10:19 +0200 Subject: [PATCH] move compile step to another pool --- build/azure-pipelines/product-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index c0262bba327..e4449f52eac 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -124,8 +124,7 @@ stages: - stage: Compile jobs: - job: Compile - pool: - vmImage: "Ubuntu-18.04" + pool: vscode-1es variables: VSCODE_ARCH: x64 steps: