提交 87ccaa98 编写于 作者: J Joao Moreno

use 32 bit env variables

上级 c54eafd1
......@@ -9,7 +9,7 @@ phases:
phases:
- phase: Windows32
condition: eq(variables['VSCODE_BUILD_WIN32'], 'true')
condition: eq(variables['VSCODE_BUILD_WIN32_32BIT'], 'true')
queue: Hosted VS2017
variables:
VSCODE_ARCH: ia32
......@@ -25,7 +25,7 @@ phases:
- template: build/tfs/linux/product-build-linux.yml
- phase: Linux32
condition: eq(variables['VSCODE_BUILD_LINUX'], 'true')
condition: eq(variables['VSCODE_BUILD_LINUX_32BIT'], 'true')
queue: linux-ia32
variables:
VSCODE_ARCH: ia32
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册