You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error reporting in Windows preset build job (#13247)
Update the Windows preset build job to accurately report failure.
Previously, it was silently failing.
I've updated the script to explicitly check the last exit code. I'm not
entirely sure why ErrorActionPreference=Stop isn't doing this. I played
around with the escaping a bit and also added
PSNativeCommandUseErrorActionPreference = True, but haven't gotten it to
fail on exit code. It might be possible to make this work, but I'm just
adding an explicit check for now.
0 commit comments