From 8b197a042d3b9dab7c4f8df01c9d47a0c9e7d81f Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Thu, 6 Jun 2019 20:08:32 +0800 Subject: [PATCH] Output Build Diagnose Information for common/buf --- azure-pipelines.template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 6c9d33f1..53cd34d1 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -14,3 +14,8 @@ jobs: go test -p 1 -v -timeout 30m ./... workingDirectory: '$(Build.SourcesDirectory)' displayName: 'Test' + + - script: | + go build ./common/buf + workingDirectory: '$(Build.SourcesDirectory)' + displayName: 'Test Buf error'