diff --git a/eng/pipelines/templates/jobs/ci.tests.yml b/eng/pipelines/templates/jobs/ci.tests.yml index 3d5b2eb4a..6525abacc 100644 --- a/eng/pipelines/templates/jobs/ci.tests.yml +++ b/eng/pipelines/templates/jobs/ci.tests.yml @@ -143,6 +143,11 @@ jobs: echo "" echo "List of files not formatted correctly:" git status | grep modified | awk '{print $2}' + echo "" + echo "" + echo "--- Differences (patch file): ---" + git diff + echo "--- (You can apply the diff above locally using the 'git apply --ignore-space-change ' command) ---" exit 1 fi