diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index d00f79ca..cdb9d31c 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'