diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 64e9a67c..d35848b8 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -35,7 +35,10 @@ steps: displayName: 'Get dependencies' - script: | + set -e + ./lint.sh + ! ./lint.sh 2>&1 | read workingDirectory: '$(modulePath)' displayName: Lint