Skip to content

Commit 053e67e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 2f91b66 commit 053e67e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@
66
trigger:
77
- master
88

9+
strategy:
10+
matrix:
11+
linux:
12+
imageName: "ubuntu-16.04"
13+
mac:
14+
imageName: "macos-10.13"
15+
windows:
16+
imageName: "vs2017-win2016"
17+
maxParallel: 3
18+
919
pool:
10-
vmImage: 'vs2017-win2016'
20+
vmImage: $(imageName)
1121

1222
steps:
1323
- task: Maven@3

0 commit comments

Comments
 (0)