You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
413 B
20 lines
413 B
![]()
6 years ago
|
jobs:
|
||
|
- template: .ci/build.yaml # Template reference
|
||
|
parameters:
|
||
|
host: macOS
|
||
|
pool:
|
||
|
vmImage: 'macOS-10.13'
|
||
|
|
||
|
- template: .ci/build.yaml # Template reference
|
||
|
parameters:
|
||
|
host: Linux
|
||
|
pool:
|
||
|
vmImage: 'Ubuntu-16.04'
|
||
|
|
||
|
- template: .ci/build.yaml # Template reference
|
||
|
parameters:
|
||
|
host: Windows
|
||
|
pool:
|
||
|
vmImage: 'vs2017-win2016'
|
||
|
sign: true # Extra step on Windows only
|