In #15548 and #15491, Start-PSBootstrap fails but does not cause the particular CI step to fail. Instead the next step fails in a less specified way, since its failure is due to the bad state from the previous step.
We should fix the build task so that a failure in Start-PSBootstrap causes its own build step to fail.
In #15548 and #15491,
Start-PSBootstrapfails but does not cause the particular CI step to fail. Instead the next step fails in a less specified way, since its failure is due to the bad state from the previous step.We should fix the build task so that a failure in
Start-PSBootstrapcauses its own build step to fail.