Merge pull request #194 from nwf/azure-format-diff

Azure CI: Format: don't specify diff revision
This commit is contained in:
Matthew Parkinson
2020-05-21 14:46:40 +01:00
committed by GitHub

View File

@@ -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