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
{{ message }}
This repository was archived by the owner on Dec 27, 2020. It is now read-only.
Fix: [AzurePipelines] fail 'script' if any of the commands fail
It turns out the 'script' tasks only fail if the last command
fails. Setting '-e' means it fails as soon as any of the commands
fail, which is much more what we mean.
0 commit comments