فهرست منبع

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 ./...
       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'