Commit 9cfb2d7
committed
Merged PR 6245: FIX: Build Pipeline - List signed files
#### AI description (iteration 1)
#### PR Classification
This pull request fixes the build pipeline by updating the code signing step to list signed files in a platform-specific manner.
#### PR Summary
The update refines the YAML step to separate Windows and Linux/macOS file listing commands, ensuring proper output and compatibility for the Python Driver migration to 1ES.
- `OneBranchPipelines/steps/compound-esrp-code-signing-step.yml`: Replaced a single script block with two conditional blocks that use cmd commands for Windows and bash for Linux/macOS.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Related work items: #380661 parent f896b68 commit 9cfb2d7
File tree
1 file changed
+20
-9
lines changed- OneBranchPipelines/steps
1 file changed
+20
-9
lines changedLines changed: 20 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
0 commit comments