Skip to content

Commit df8640b

Browse files
committed
Add Windows Server 2019 with PowerShell 5.1 to matrix
1 parent 1d6055f commit df8640b

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

.vsts-ci/azure-pipelines-ci.yml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,42 @@ trigger:
3232
- /LICENSE
3333
- /CODE_OF_CONDUCT.md
3434

35-
# TODO: Setup matrix of image support.
3635
jobs:
37-
- job: 'PS51_Win10'
38-
displayName: PowerShell 5.1 | Windows 10
36+
- job: PS51_Win2016
37+
displayName: PowerShell 5.1 - Windows Server 2016
3938
pool:
40-
# TODO: Update this image.
41-
vmImage: 'vs2017-win2016'
39+
vmImage: vs2017-win2016
4240
steps:
4341
- template: templates/ci-general.yml
4442
parameters:
4543
pwsh: false
4644

47-
- job: 'PS7_Win10'
48-
displayName: PowerShell 7 | Windows 10
45+
- job: PS51_Win2019
46+
displayName: PowerShell 7 - Windows Server 2019
4947
pool:
50-
vmImage: 'windows-2019'
48+
vmImage: windows-2019
49+
steps:
50+
- template: templates/ci-general.yml
51+
parameters:
52+
pwsh: false
53+
54+
- job: PS7_Win2019
55+
displayName: PowerShell 7 - Windows 10
56+
pool:
57+
vmImage: windows-2019
5158
steps:
5259
- template: templates/ci-general.yml
5360

54-
- job: 'PS7_macOS'
55-
displayName: PowerShell 7 | macOS
61+
- job: PS7_macOS
62+
displayName: PowerShell 7 - macOS 10.15
5663
pool:
57-
vmImage: 'macOS-10.15'
64+
vmImage: macOS-10.15
5865
steps:
5966
- template: templates/ci-general.yml
6067

61-
- job: 'PS7_Ubuntu'
62-
displayName: PowerShell 7 | Ubuntu
68+
- job: PS7_Ubuntu
69+
displayName: PowerShell 7 - Ubuntu 20.04
6370
pool:
64-
vmImage: 'ubuntu-20.04'
71+
vmImage: ubuntu-20.04
6572
steps:
6673
- template: templates/ci-general.yml

0 commit comments

Comments
 (0)