Browse Source

Output Build Diagnose Information for common/buf(Fix)

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

1
azure-pipelines.template.yml

@ -17,5 +17,6 @@ jobs:
- script: |
go build ./common/buf
condition: always()
workingDirectory: '$(Build.SourcesDirectory)'
displayName: 'Test Buf error'

Loading…
Cancel
Save