diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 9e52eccb457d783f352e9be927a1b359c9dbf32f..11ed339a4200df99f4ea249616ca0b3ae70ea083 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -10,6 +10,9 @@ jobs: - job: Compile pool: vmImage: 'Ubuntu-16.04' + variables: + VSCODE_ARCH: x64 + container: vscode-x64 steps: - template: product-compile.yml