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
Currently a when running a bash task on Azure Pipelines the succeeded or failed status is determined by the exit code of the last command (See #1162 for example).
Suggestion
Would be nice to make steps fail if any command fails by setting the SHELLOPTS=errexit variable across the entire job. Prepending this step to all pipelines should work:
Currently a when running a
bash
task on Azure Pipelines thesucceeded
orfailed
status is determined by the exit code of the last command (See #1162 for example).Suggestion
Would be nice to make steps fail if any command fails by setting the
SHELLOPTS=errexit
variable across the entire job. Prepending this step to all pipelines should work:See also:
.vsts-ci.yml
setup incorrectly microsoft/azure-pipelines-agent#1803The text was updated successfully, but these errors were encountered: