Commit 30bd106
Fix: allow Build/Publish stages to proceed on SucceededWithIssues
The cryptography ceiling check runs with continueOnError: true, which
causes the CI stage to finish as SucceededWithIssues rather than
Succeeded. The strict eq(..., 'Succeeded') conditions on Build,
PublishMSALPython, and PublishPyPI stages caused them to skip.
Change all three conditions to use in(..., 'Succeeded',
'SucceededWithIssues') so warning-only tasks don't block the release.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cfbd078 commit 30bd106
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments