File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,6 @@ resources:
22
22
ref : master
23
23
24
24
jobs :
25
- - job : PS51_Win2016
26
- displayName : PowerShell 5.1 - Windows Server 2016
27
- pool :
28
- vmImage : vs2017-win2016
29
- steps :
30
- - template : templates/ci-general.yml
31
- parameters :
32
- pwsh : false
33
-
34
25
- job : PS51_Win2019
35
26
displayName : PowerShell 5.1 - Windows Server 2019
36
27
pool :
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ 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 2016 and 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.4
32
- - ** macOS 10.15** with PowerShell Core 7.1.4
33
- - ** Ubuntu 20.04** with PowerShell Core 7.1.4
31
+ - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5
32
+ - ** macOS 10.15** with PowerShell Core 7.1.5
33
+ - ** Ubuntu 20.04** with PowerShell Core 7.1.5
34
34
35
35
[ supported ] : https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
36
36
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher
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 2016 and 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.4
32
- - ** macOS 10.15** with PowerShell Core 7.1.4
33
- - ** Ubuntu 20.04** with PowerShell Core 7.1.4
31
+ - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5
32
+ - ** macOS 10.15** with PowerShell Core 7.1.5
33
+ - ** Ubuntu 20.04** with PowerShell Core 7.1.5
34
34
35
35
[ supported ] : https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
36
36
You can’t perform that action at this time.
0 commit comments