Browse Source

Output Build Diagnose Information for common/buf(Fix)

Shelikhoo 6 years ago
parent
commit
7718b9629c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      azure-pipelines.template.yml

+ 1 - 0
azure-pipelines.template.yml

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