fix tool path

pull/1516/head
Darien Raymond 2019-01-18 15:10:03 +01:00
parent ef16edea51
commit ebbc70b409
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ jobs:
variables:
GOPATH: '$(system.defaultWorkingDirectory)'
GOBIN: '$(GOPATH)/bin'
steps:
- checkout: none
@ -21,7 +22,7 @@ jobs:
workingDirectory: '$(system.defaultWorkingDirectory)'
displayName: 'Fetch sources'
- script: |
go test -p 1 -timeout 30m -v v2ray.com/core/... 2>&1 | go-junit-report > report.xml
go test -p 1 -timeout 30m -v v2ray.com/core/... 2>&1 | $(GOBIN)/go-junit-report > report.xml
workingDirectory: '$(system.defaultWorkingDirectory)'
displayName: 'Test'
- task: PublishTestResults@2