mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
update azure pipelines
This commit is contained in:
parent
d63e576a4c
commit
cd73486e93
@ -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…
Reference in New Issue
Block a user