diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30253d794..f1f348e13 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -334,7 +334,7 @@ jobs: - script: | set -eo pipefail ninja clangformat - git diff --exit-code $(Build.SourceVersion) + git diff --exit-code workingDirectory: build failOnStderr: true