未验证 提交 a06175ff 编写于 作者: D David Staheli 提交者: GitHub

product-build.yml: use new VSTS YAML syntax

上级 8d6081c1
phases:
- phase: Windows
jobs:
- job: Windows
condition: eq(variables['VSCODE_BUILD_WIN32'], 'true')
queue: Hosted VS2017
pool:
vmImage: VS2017-Win2016
variables:
VSCODE_ARCH: x64
steps:
- template: win32/product-build-win32.yml
- phase: Windows32
- job: Windows32
condition: eq(variables['VSCODE_BUILD_WIN32_32BIT'], 'true')
queue: Hosted VS2017
pool:
vmImage: VS2017-Win2016
variables:
VSCODE_ARCH: ia32
steps:
- template: win32/product-build-win32.yml
- phase: Linux
- job: Linux
condition: eq(variables['VSCODE_BUILD_LINUX'], 'true')
queue: linux-x64
pool: linux-x64
variables:
VSCODE_ARCH: x64
steps:
- template: linux/product-build-linux.yml
- phase: Linux32
- job: Linux32
condition: eq(variables['VSCODE_BUILD_LINUX_32BIT'], 'true')
queue: linux-ia32
pool: linux-ia32
variables:
VSCODE_ARCH: ia32
steps:
- template: linux/product-build-linux.yml
- phase: macOS
- job: macOS
condition: eq(variables['VSCODE_BUILD_MACOS'], 'true')
queue: Hosted macOS Preview
pool:
vmImage: macOS 10.13
steps:
- template: darwin/product-build-darwin.yml
\ No newline at end of file
- template: darwin/product-build-darwin.yml
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册