Skip to content

Commit a672eb8

Browse files
committed
Try testing on multiple OS
1 parent 6b118d7 commit a672eb8

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

azure-pipelines.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ trigger:
44
- master
55
- InDev
66

7-
pool:
8-
vmImage: 'ubuntu-latest'
9-
107
strategy:
118
matrix:
12-
node_17_x:
13-
node_version: 17.x
9+
linux:
10+
imageName: 'ubuntu-latest'
11+
mac:
12+
imageName: 'macOS-latest'
13+
windows:
14+
imageName: 'windows-latest'
15+
16+
pool:
17+
vmImage: $(imageName)
1418

1519
steps:
1620
- task: NodeTool@0
1721
inputs:
18-
versionSpec: $(node_version)
22+
versionSpec: 17.x
1923

2024
- script: |
2125
npm install -g typescript jest typedoc

0 commit comments

Comments
 (0)