Parcourir la source

Output Build Diagnose Information for common/buf

Shelikhoo il y a 6 ans
Parent
commit
2a27093144
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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'