update azure pipelines

pull/1435/head
Darien Raymond 6 years ago
parent d63e576a4c
commit cd73486e93
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -10,6 +10,9 @@ jobs:
steps:
- checkout: none
- task: GoTool@0
inputs:
version: '1.11.2'
- script: |
go version
go get -v -t -d v2ray.com/core/...

@ -16,6 +16,7 @@ jobs:
- job: linux_coverage
dependsOn: linux
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
timeoutInMinutes: 30
pool:

Loading…
Cancel
Save