File tree Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -9,31 +9,47 @@ variables:
99 value : ' true'
1010
1111jobs :
12- - job : PS51_Win2019
13- displayName : PowerShell 5.1 - Windows Server 2019
12+ - job : windows2022
13+ displayName : Windows 2022 PowerShell 5.1
14+ pool :
15+ vmImage : windows-2022
16+ steps :
17+ - template : templates/ci-general.yml
18+ parameters :
19+ pwsh : false
20+
21+ - job : windows2022pwsh
22+ displayName : Windows 2022 PowerShell 7
23+ pool :
24+ vmImage : windows-2022
25+ steps :
26+ - template : templates/ci-general.yml
27+
28+ - job : windows2019
29+ displayName : Windows 2019 PowerShell 5.1
1430 pool :
1531 vmImage : windows-2019
1632 steps :
1733 - template : templates/ci-general.yml
1834 parameters :
1935 pwsh : false
2036
21- - job : PS7_Win2019
22- displayName : PowerShell 7 - Windows Server 2019
37+ - job : windows2019pwsh
38+ displayName : Windows 2019 PowerShell 7
2339 pool :
2440 vmImage : windows-2019
2541 steps :
2642 - template : templates/ci-general.yml
2743
28- - job : PS7_macOS
29- displayName : PowerShell 7 - macOS 10.15
44+ - job : macOS11
45+ displayName : macOS 11
3046 pool :
31- vmImage : macOS-10.15
47+ vmImage : macOS-11
3248 steps :
3349 - template : templates/ci-general.yml
3450
35- - job : PS7_Ubuntu
36- displayName : PowerShell 7 - Ubuntu 20.04
51+ - job : ubuntu2004
52+ displayName : Ubuntu 20.04
3753 pool :
3854 vmImage : ubuntu-20.04
3955 steps :
You can’t perform that action at this time.
0 commit comments