File tree 2 files changed +29
-17
lines changed
2 files changed +29
-17
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ variables:
8
8
- name : DOTNET_CLI_TELEMETRY_OPTOUT
9
9
value : ' true'
10
10
11
- trigger :
12
- branches :
13
- include :
14
- - main
15
-
16
11
resources :
17
12
repositories :
18
13
- repository : PowerShellEditorServices
@@ -22,31 +17,47 @@ resources:
22
17
ref : main
23
18
24
19
jobs :
25
- - job : PS51_Win2019
26
- displayName : PowerShell 5.1 - Windows Server 2019
20
+ - job : windows-2022
21
+ displayName : Windows 2022 PowerShell 5.1
22
+ pool :
23
+ vmImage : windows-2022
24
+ steps :
25
+ - template : templates/ci-general.yml
26
+ parameters :
27
+ pwsh : false
28
+
29
+ - job : windows-2022-pwsh
30
+ displayName : Windows 2022 PowerShell 7
31
+ pool :
32
+ vmImage : windows-2022
33
+ steps :
34
+ - template : templates/ci-general.yml
35
+
36
+ - job : windows-2019
37
+ displayName : Windows 2019 PowerShell 5.1
27
38
pool :
28
39
vmImage : windows-2019
29
40
steps :
30
41
- template : templates/ci-general.yml
31
42
parameters :
32
43
pwsh : false
33
44
34
- - job : PS7_Win2019
35
- displayName : PowerShell 7 - Windows Server 2019
45
+ - job : windows-2019-pwsh
46
+ displayName : Windows 2019 PowerShell 7
36
47
pool :
37
48
vmImage : windows-2019
38
49
steps :
39
50
- template : templates/ci-general.yml
40
51
41
- - job : PS7_macOS
42
- displayName : PowerShell 7 - macOS 10.15
52
+ - job : macOS-11
53
+ displayName : macOS 11
43
54
pool :
44
- vmImage : macOS-10.15
55
+ vmImage : macOS-11
45
56
steps :
46
57
- template : templates/ci-general.yml
47
58
48
- - job : PS7_Ubuntu
49
- displayName : PowerShell 7 - Ubuntu 20.04
59
+ - job : ubuntu-20-04
60
+ displayName : Ubuntu 20.04
50
61
pool :
51
62
vmImage : ubuntu-20.04
52
63
steps :
Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ The extension _should_ work anywhere VS Code itself and PowerShell Core 7 or hig
28
28
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
29
29
following:
30
30
31
- - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.4
32
- - ** macOS 10.15** with PowerShell Core 7.2.5
33
- - ** Ubuntu 20.04** with PowerShell Core 7.2.4
31
+ - ** Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2.5
32
+ - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.5
33
+ - ** macOS 11** with PowerShell Core 7.2.5
34
+ - ** Ubuntu 20.04** with PowerShell Core 7.2.5
34
35
35
36
[ supported ] : https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle
36
37
You can’t perform that action at this time.
0 commit comments