Skip to content

Commit ee21f8c

Browse files
committed
Continue on error for PowerShell 5.1 CI
It is too flaky to reliably trust. Failures should be manually checked but not block merging.
1 parent 0a02f00 commit ee21f8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vsts-ci/azure-pipelines-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- template: templates/ci-general.yml
3333
parameters:
3434
pwsh: false
35+
continueOnError: true
3536

3637
- job: windows2022pwsh
3738
displayName: Windows 2022 PowerShell 7
@@ -48,6 +49,7 @@ jobs:
4849
- template: templates/ci-general.yml
4950
parameters:
5051
pwsh: false
52+
continueOnError: true
5153

5254
- job: windows2019pwsh
5355
displayName: Windows 2019 PowerShell 7

0 commit comments

Comments
 (0)