Output Build Diagnose Information for common/buf
parent
ab734056da
commit
2a27093144
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue