From 7718b9629ceeb19bac82a1721d771b20c864229a Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Thu, 6 Jun 2019 20:52:26 +0800 Subject: [PATCH] Output Build Diagnose Information for common/buf(Fix) --- azure-pipelines.template.yml | 1 + 1 file changed, 1 insertion(+) 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'