Skip to content

Commit 051b77f

Browse files
authored
Fix name of PowerShell 5.1 test stage in CI (#1820)
1 parent 87199e5 commit 051b77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines-ci/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ stages:
3939
- job:
4040
strategy:
4141
matrix:
42-
Windows_Server2019_PowerShell_Core:
42+
Windows_Server2019_PowerShell_5_1:
4343
vmImage: windows-2019
4444
pwsh: false
45-
Windows_Server2022_PowerShell_Core:
45+
Windows_Server2022_PowerShell_5_1:
4646
vmImage: windows-2022
4747
pwsh: false
4848
pool:

0 commit comments

Comments
 (0)