File tree 2 files changed +36
-17
lines changed
2 files changed +36
-17
lines changed Original file line number Diff line number Diff line change 1
1
name : PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
2
2
3
+ pr :
4
+ branches :
5
+ include :
6
+ - main
7
+ autoCancel : false
8
+ drafts : true
9
+
3
10
variables :
4
11
# Don't download unneeded packages
5
12
- name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
@@ -8,11 +15,6 @@ variables:
8
15
- name : DOTNET_CLI_TELEMETRY_OPTOUT
9
16
value : ' true'
10
17
11
- trigger :
12
- branches :
13
- include :
14
- - main
15
-
16
18
resources :
17
19
repositories :
18
20
- repository : PowerShellEditorServices
@@ -22,31 +24,47 @@ resources:
22
24
ref : main
23
25
24
26
jobs :
25
- - job : PS51_Win2019
26
- displayName : PowerShell 5.1 - Windows Server 2019
27
+ - job : windows-2022
28
+ displayName : Windows 2022 PowerShell 5.1
29
+ pool :
30
+ vmImage : windows-2022
31
+ steps :
32
+ - template : templates/ci-general.yml
33
+ parameters :
34
+ pwsh : false
35
+
36
+ - job : windows-2022-pwsh
37
+ displayName : Windows 2022 PowerShell 7
38
+ pool :
39
+ vmImage : windows-2022
40
+ steps :
41
+ - template : templates/ci-general.yml
42
+
43
+ - job : windows-2019
44
+ displayName : Windows 2019 PowerShell 5.1
27
45
pool :
28
46
vmImage : windows-2019
29
47
steps :
30
48
- template : templates/ci-general.yml
31
49
parameters :
32
50
pwsh : false
33
51
34
- - job : PS7_Win2019
35
- displayName : PowerShell 7 - Windows Server 2019
52
+ - job : windows-2019-pwsh
53
+ displayName : Windows 2019 PowerShell 7
36
54
pool :
37
55
vmImage : windows-2019
38
56
steps :
39
57
- template : templates/ci-general.yml
40
58
41
- - job : PS7_macOS
42
- displayName : PowerShell 7 - macOS 10.15
59
+ - job : macOS-11
60
+ displayName : macOS 11
43
61
pool :
44
- vmImage : macOS-10.15
62
+ vmImage : macOS-11
45
63
steps :
46
64
- template : templates/ci-general.yml
47
65
48
- - job : PS7_Ubuntu
49
- displayName : PowerShell 7 - Ubuntu 20.04
66
+ - job : ubuntu-20-04
67
+ displayName : Ubuntu 20.04
50
68
pool :
51
69
vmImage : ubuntu-20.04
52
70
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