We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28a09f commit fb7f342Copy full SHA for fb7f342
1 file changed
.azure-pipelines-ci/ci.yaml
@@ -28,23 +28,23 @@ stages:
28
vmImage: ubuntu-20.04
29
mac_Latest:
30
vmImage: macOS-latest
31
- Windows_Server2016_PowerShell_Core:
32
- vmImage: vs2017-win2016
33
Windows_Server2019_PowerShell_Core:
34
vmImage: windows-2019
+ Windows_Server2022_PowerShell_Core:
+ vmImage: windows-2022
35
pool:
36
vmImage: $[ variables['vmImage'] ]
37
steps:
38
- template: templates/test-pwsh.yaml
39
- job:
40
strategy:
41
matrix:
42
- Windows_Server2016_PowerShell_5_1:
43
44
- pwsh: false
45
- Windows_Server2019_PowerShell_5_1:
+ Windows_Server2019_PowerShell_Core:
46
47
pwsh: false
+ pwsh: false
48
49
50
0 commit comments