Browse Source

Output Build Diagnose Information for common/buf

pull/2141/head
Shelikhoo 6 years ago
parent
commit
2a27093144
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
  1. 5
      azure-pipelines.template.yml

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

Loading…
Cancel
Save