Преглед изворни кода

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'