File tree 1 file changed +25
-9
lines changed
1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -9,31 +9,47 @@ variables:
9
9
value : ' true'
10
10
11
11
jobs :
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
14
30
pool :
15
31
vmImage : windows-2019
16
32
steps :
17
33
- template : templates/ci-general.yml
18
34
parameters :
19
35
pwsh : false
20
36
21
- - job : PS7_Win2019
22
- displayName : PowerShell 7 - Windows Server 2019
37
+ - job : windows2019pwsh
38
+ displayName : Windows 2019 PowerShell 7
23
39
pool :
24
40
vmImage : windows-2019
25
41
steps :
26
42
- template : templates/ci-general.yml
27
43
28
- - job : PS7_macOS
29
- displayName : PowerShell 7 - macOS 10.15
44
+ - job : macOS11
45
+ displayName : macOS 11
30
46
pool :
31
- vmImage : macOS-10.15
47
+ vmImage : macOS-11
32
48
steps :
33
49
- template : templates/ci-general.yml
34
50
35
- - job : PS7_Ubuntu
36
- displayName : PowerShell 7 - Ubuntu 20.04
51
+ - job : ubuntu2004
52
+ displayName : Ubuntu 20.04
37
53
pool :
38
54
vmImage : ubuntu-20.04
39
55
steps :
You can’t perform that action at this time.
0 commit comments