diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e136fd0..7a22327 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -172,8 +172,8 @@ phases: cmakeArgs: '..' - script: | - if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi make clangformat + if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi workingDirectory: build displayName: 'Clang-Format'