Summary
Both git add -A calls in eng/scripts/Update-VcpkgPort.ps1 lack immediate $LASTEXITCODE checks.
Motivation
This behavior exists on main and predates PR #7361. A staging failure is reported as a later commit failure.
Proposal
Check each staging command immediately. Emit a staging-specific error. Cover both temporary and final commit paths.
Found while reviewing #7361.
Summary
Both
git add -Acalls ineng/scripts/Update-VcpkgPort.ps1lack immediate$LASTEXITCODEchecks.Motivation
This behavior exists on
mainand predates PR #7361. A staging failure is reported as a later commit failure.Proposal
Check each staging command immediately. Emit a staging-specific error. Cover both temporary and final commit paths.
Found while reviewing #7361.