Commit f821f92
committed
ci: point the --locked-mode drift guard at the new Microsoft.OpenApi pin
#576's group bump moved Microsoft.OpenApi 2.12.0 -> 2.12.2, so the drift
guard's hard-coded sed source (2.12.0) no longer matched and the guard failed
with 'drift-guard perturbation target not found'. Update the perturbation to
2.12.2 -> 2.12.1 and the grep target to 2.12.1.
Verified locally: the perturbation lands and the --locked-mode restore fails
with NU1004 (stale lock), which is exactly what the guard asserts.1 parent abb2f03 commit f821f92
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments