Output Build Diagnose Information for common/buf

pull/2531/head
Shelikhoo 2019-06-06 20:08:32 +08:00 committed by Nicholas Wang
parent dbc2929cfd
commit 8b197a042d
No known key found for this signature in database
GPG Key ID: F20CA399C9BD9100
1 changed files with 5 additions and 0 deletions

View File

@ -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'