From 0a0c8f3d2aa58371797028942b117398de6cecaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 15 Jun 2021 15:29:36 +0200 Subject: [PATCH] Revert "switch to generic pool" This reverts commit 6495c052abd22129d353347babed9cb63e936972. --- 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 c0262bba3277a..341e5d5dc46cb 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: compile variables: VSCODE_ARCH: x64 steps: