diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 53cd34d1..a982efbe 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -17,5 +17,6 @@ jobs: - script: | go build ./common/buf + condition: always() workingDirectory: '$(Build.SourcesDirectory)' displayName: 'Test Buf error'