From 714f85fc189f19229f4160e170dba50a447a5979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Mon, 4 Jan 2021 20:26:25 +0100 Subject: [PATCH] update build pool --- build/azure-pipelines/product-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 912bc19d15f..a93b7897e4c 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -30,13 +30,13 @@ stages: - stage: Compile jobs: - job: Compile - pool: vscode + pool: tryout variables: VSCODE_ARCH: x64 steps: - template: product-compile.yml - job: Hygiene - pool: vscode + pool: tryout variables: VSCODE_ARCH: x64 steps: -- GitLab