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.
16 lines
302 B
16 lines
302 B
6 years ago
|
jobs:
|
||
6 years ago
|
- template: azure-pipelines-template.yml
|
||
6 years ago
|
parameters:
|
||
|
name: macOS
|
||
|
vmImage: macOS-10.13
|
||
|
|
||
6 years ago
|
- template: azure-pipelines-template.yml
|
||
6 years ago
|
parameters:
|
||
|
name: Linux
|
||
|
vmImage: ubuntu-16.04
|
||
|
|
||
6 years ago
|
- template: azure-pipelines-template.yml
|
||
6 years ago
|
parameters:
|
||
|
name: Windows
|
||
|
vmImage: vs2017-win2016
|