From 2a27093144056c448ae9b53e0d5d8c8d2942ddf8 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 867d7e5f..d00f79ca 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'