From 47e2c642bd5c95596120dc4da7b3bba22a603b7c Mon Sep 17 00:00:00 2001 From: Nathaniel Filardo Date: Thu, 21 May 2020 12:42:49 +0000 Subject: [PATCH] Azure CI: Format: don't specify diff revision As per discussion in https://github.com/microsoft/snmalloc/pull/193 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30253d79..f1f348e1 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