Skip to content

Commit 63e9478

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent f81ee05 commit 63e9478

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ pr:
1212
- master
1313

1414
pool:
15-
vmImage: 'ubuntu-latest'
15+
vmImage: $(image)
16+
17+
strategy:
18+
matrix:
19+
mac-os:
20+
image: 'macos-latest'
21+
windows:
22+
image: 'windows-latest'
23+
linux:
24+
image: 'ubuntu-latest'
1625

1726
variables:
1827
buildConfiguration: 'Release'

0 commit comments

Comments
 (0)