From 035e15b7712e1a4f09170a2dc1596f6cf4f785a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 5 Jan 2021 12:02:14 +0100 Subject: [PATCH] revert pool --- build/azure-pipelines/product-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 6a7b3dc4ce2..5824fba72f9 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -30,13 +30,15 @@ stages: - stage: Compile jobs: - job: Compile - pool: compile + pool: + vmImage: "Ubuntu-18.04" variables: VSCODE_ARCH: x64 steps: - template: product-compile.yml - job: Hygiene - pool: compile + pool: + vmImage: "Ubuntu-18.04" variables: VSCODE_ARCH: x64 steps: -- GitLab