Output Build Diagnose Information for common/buf

pull/2531/head
Shelikhoo 6 years ago committed by Nicholas Wang
parent dbc2929cfd
commit 8b197a042d
No known key found for this signature in database
GPG Key ID: F20CA399C9BD9100

@ -14,3 +14,8 @@ jobs:
go test -p 1 -v -timeout 30m ./... go test -p 1 -v -timeout 30m ./...
workingDirectory: '$(Build.SourcesDirectory)' workingDirectory: '$(Build.SourcesDirectory)'
displayName: 'Test' displayName: 'Test'
- script: |
go build ./common/buf
workingDirectory: '$(Build.SourcesDirectory)'
displayName: 'Test Buf error'

Loading…
Cancel
Save