소스 검색

Output Build Diagnose Information for common/buf

Shelikhoo 6 년 전
부모
커밋
2a27093144
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      azure-pipelines.template.yml

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